Hanzo
OpenapiAuto

Starts one durable run of a flow now.

Starts one durable run of a flow now. It runs the flow's published version if one is pinned, else its latest, and answers the run record it created.

POST /v1/auto/flows/{id}/run

Addresshttps://api.hanzo.ai/v1/auto/flows/{id}/run
MethodPOST
Operationpost_auto_flows_by_id_run
AuthAuthorization: Bearer $HANZO_API_KEY

Starts one durable run of a flow now. It runs the flow's published version if one is pinned, else its latest, and answers the run record it created. The run is bounded by the org's per-minute run-start budget and its in-flight concurrency ceiling; over either, or with the engine not ready, no run is started and no run id is burned.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the flow to act on, from the path.

Response

StatusBodyMeaning
201FlowRuncreated

201 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