Hanzo
OpenapiAuto

Returns one run.

Returns one run. A run that has not reached a terminal status is refreshed from the durable engine first — scoped to the org's own namespace — so the…

GET /v1/auto/runs/{id}

Addresshttps://api.hanzo.ai/v1/auto/runs/{id}
MethodGET
Operationget_auto_runs_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one run. A run that has not reached a terminal status is refreshed from the durable engine first — scoped to the org's own namespace — so the caller sees live progress rather than the last status that happened to be persisted.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the run to read, from the path.

Response

StatusBodyMeaning
200FlowRunok

200 body — 8 fields.

FieldInTypeAlwaysDescription
createdbodyinteger
finishTimebodyinteger
flowIdbodystring
flowVersionIdbodystring
idbodystring
startTimebodyinteger
statusbodystring
updatedbodyinteger

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Auto API · All Hanzo APIs · Interactive reference

How is this guide?

On this page