List pipeline run events
GET/v2/pipelines/:pipeline_key/runs/:run_id/events
List the timeline of events for a pipeline run. Events surface what the run did from a customer-observability perspective (records discovered, records processed, agent sessions created, dead letters, watermark advances, lifecycle transitions) rather than every internal Temporal step. A pipeline run may span multiple underlying Temporal executions; this endpoint stitches them into a single timeline keyed by run_id.
Request
Responses
- 200
- 403
- 404
List of pipeline run events.
Permissions do not allow accessing this run.
Pipeline or run not found.