List pipeline run events
GET/v2/pipelines/:pipeline_key/runs/:run_id/events
Lists the timeline of events for a pipeline run, keyed by run_id. Events report what the run did — records discovered, records processed, agent sessions created, dead letters, watermark advances, and lifecycle transitions. The terminal run_completed event is present once a run finishes. A run that ended abruptly surfaces as failed. The event agrees with the run's status field, which is the authoritative terminal signal.
Request
Responses
- 200
- 403
- 404
List of pipeline run events.
Permissions do not allow accessing this run.
Pipeline or run not found.