Pipeline Runs
Monitor pipeline execution runs and their processing outcomes.
List pipeline runs
List execution runs for a pipeline, with optional filtering by status.
Get pipeline run
Retrieve details of a specific pipeline run including record counts, session keys, and status.
Cancel pipeline run
Request cancellation of an in-progress pipeline run. The run is asked to stop at the next checkpoint; it may take a moment to transition to the cancelled state. Runs that have already completed, failed, or been cancelled cannot be cancelled again.
List pipeline run events
List 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.