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. 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`.