Workflow Runs

Workflow runs are the durable execution records created from a workflow definition. They expose state, steps, and recovery actions independently from the definition.

Run Operations

NeedRoute
Start a runPOST /workflows/{workflow}/runs
Inspect a run or its stepsGET /workflow-runs/{run_id} and GET /workflow-runs/{run_id}/steps
Stop or continue executionPOST /workflow-runs/{run_id}/cancel and POST /workflow-runs/{run_id}/resume
Branch or transport a runPOST /workflow-runs/{run_id}/fork, GET /workflow-runs/{run_id}/export, and POST /workflow-runs/import
Last updated: July 10, 2026