Hanzo
OpenapiAuto

Returns the caller org's run history, newest first.

Returns the caller org's run history, newest first.

GET /v1/auto/runs

Addresshttps://api.hanzo.ai/v1/auto/runs
MethodGET
Operationget_auto_runs
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller org's run history, newest first. The optional flowId query narrows it to one flow and limit bounds the page.

Request

2 fields.

FieldInTypeRequiredDescription
flowIdquerystringFlowID narrows the history to one flow.
limitqueryintegerLimit bounds the page (default 200, maximum 1000).

Response

StatusBodyMeaning
200runPageok

200 body — 9 fields.

FieldInTypeAlwaysDescription
databodyFlowRun[]Data is the page of runs, newest first.
data[].createdbodyinteger
data[].finishTimebodyinteger
data[].flowIdbodystring
data[].flowVersionIdbodystring
data[].idbodystring
data[].startTimebodyinteger
data[].statusbodystring
data[].updatedbodyinteger

Failure carries the platform error shape — see Errors.

Examples

hanzo auto runs list

Auto API · All Hanzo APIs · Interactive reference

How is this guide?

On this page