Skip to main content
GET
/
workflows
/
{workflow_id}
Get Workflow
curl --request GET \
  --url https://api.example.com/workflows/{workflow_id}

GET /workflows/

Use this endpoint when a queued operation fans out into multiple child tasks and you want the ordered workflow view instead of polling individual tasks one by one.

Notes

  • Workflow detail is especially useful for multi-step async operations.
  • Child task ordering reflects execution order within the workflow chain.