Pipeline Runs
Monitor pipeline execution runs and their processing outcomes.
List pipeline runs
Lists execution runs for a pipeline, with optional filtering by status.
Get pipeline run
Returns details of a pipeline run, including record counts, session keys, and status.
Cancel pipeline run
Requests cancellation of an in-progress pipeline run. The run stops at the next checkpoint. It may take a moment to transition to the cancelled state. Runs that already completed, failed, or were cancelled cannot be cancelled again.
List pipeline run 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.