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.
Executions
GET /api/agent-workflows/executions/{id}
Get an execution