Hanzo
OpenapiFlow

Workflow reads one of the caller's workflows — the full record, graph included.

Workflow reads one of the caller's workflows — the full record, graph included.

GET /v1/flow/workflows/{workflow}

Addresshttps://api.hanzo.ai/v1/flow/workflows/{workflow}
MethodGET
Operationget_flow_workflows_by_workflow
AuthAuthorization: Bearer $HANZO_API_KEY

Workflow reads one of the caller's workflows — the full record, graph included. A workflow outside the caller's org answers 404, indistinguishable from one that does not exist.

Request

1 field.

FieldInTypeRequiredDescription
workflowpathstringyesWorkflow is the workflow's UUID, taken from the path.

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo flow workflows get <workflow>

Flow API · All Hanzo APIs · Interactive reference

How is this guide?

On this page