Hanzo
OpenapiFlow

Runs reads one workflow's recorded runs: every component build with its result,…

Runs reads one workflow's recorded runs: every component build with its result, keyed by component.

GET /v1/flow/runs

Addresshttps://api.hanzo.ai/v1/flow/runs
MethodGET
Operationget_flow_runs
AuthAuthorization: Bearer $HANZO_API_KEY

Runs reads one workflow's recorded runs: every component build with its result, keyed by component. Ownership is verified first — run records never cross the org boundary.

Request

1 field.

FieldInTypeRequiredDescription
workflowquerystringWorkflow is the UUID of the workflow whose run records to read.

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo flow runs get

Flow API · All Hanzo APIs · Interactive reference

How is this guide?

On this page