Skip to main content
Version: 2.0

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

List of pipeline run events.