> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Workflow

> Inspect a workflow parent task and its ordered child tasks

# GET /workflows/{workflow_id}

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.
