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

# GET /api/agent-workflows/executions/{id}

> Get an execution

````text theme={"system"}

GET /api/agent-workflows/{id}/executions # list
GET /api/agent-workflows/executions/{executionId} # get
GET /api/agent-workflows/executions/{executionId}/sync-status # EHR sync status
POST /api/agent-workflows/executions/{executionId}/resume # resume paused (after approval)
GET /api/agent-workflows/executions/{executionId}/approvals # pending approvals
GET /api/agent-workflows/queue/stats # managed job queue stats

``` Returns the `execution_trace[]` with per-node start / complete / error entries plus state snapshots.
````
