Get Workflow
Tasks & Workflows
Get Workflow
Inspect a workflow parent task and its ordered child tasks
GET
Get Workflow
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.
