Hanzo
OpenapiFlow

Workflows lists the caller's workflows, paged.

Workflows lists the caller's workflows, paged.

GET /v1/flow/workflows

Addresshttps://api.hanzo.ai/v1/flow/workflows
MethodGET
Operationget_flow_workflows
AuthAuthorization: Bearer $HANZO_API_KEY

Workflows lists the caller's workflows, paged. The list is scoped server-side to the org's project — the page can only ever hold the caller's own workflows.

Request

2 fields.

FieldInTypeRequiredDescription
pagequerystringPage is the 1-based page of workflows to return.
sizequerystringSize is how many workflows one page holds (the product caps it at 100).

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo flow workflows list

Flow API · All Hanzo APIs · Interactive reference

How is this guide?

On this page