Runs
Read what happened, and cancel or delete runs.
| Endpoint | Path | |
|---|---|---|
GET | List runs across every workflow in the workspace | /api/runs |
GET | Get one run with all of its steps | /api/runs/{id} |
DELETE | Delete one finished run | /api/runs/{id} |
GET | Subscribe to a run's live progress (Server-Sent Events) | /api/runs/{id}/stream |
POST | Request cancellation of a run | /api/runs/{id}/cancel |
POST | Delete many finished runs in one call | /api/runs/delete |
GET | In-flight run counts and queue depth | /api/stats |
GET | Jobs that failed past redelivery | /api/queue/dead |