Hanzo
OpenapiFlow

Status reports whether the flow service is reachable and which version it runs.

Status reports whether the flow service is reachable and which version it runs.

GET /v1/flow/status

Addresshttps://api.hanzo.ai/v1/flow/status
MethodGET
Operationget_flow_status
AuthAuthorization: Bearer $HANZO_API_KEY

Status reports whether the flow service is reachable and which version it runs. It is the product's own /health and /v1/version composed — an honest lens for "is the workflow plane up", never a fabricated ok.

Request

GET /v1/flow/status takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200flowStatusok

200 body — 2 fields.

FieldInTypeAlwaysDescription
reachablebodybooleanReachable is true when the flow service answered its health probe.
versionbodystringVersion is the flow service's own version, present only when reachable.

Failure carries the platform error shape — see Errors.

Examples

hanzo flow status

Flow API · All Hanzo APIs · Interactive reference

How is this guide?

On this page