Get Run Events
GET/runs/:run_id/events
Return the raw pipeline event log for a run, ordered by timestamp.
Each event is one step transition or diagnostic message the pipeline worker recorded while
executing the run (queued, started, a partial failure, the terminal outcome, and so on) — the
same records GET /runs/{run_id} and GET /runs/{run_id}/analysis derive their
error/failed_metrics summaries from, returned here in full rather than summarized.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error