Compare two pipeline runs (delta)
Compares the processed files of two runs of the SAME pipeline (for example yesterday’s ingest vs today’s) and returns the records added and removed. The diff is a whole-record multiset difference — the platform has no record-identity key, so a changed row surfaces as one removed plus one added. Both runs must belong to the same pipeline, must be in a processed state (completed, delivered, or acknowledged), and must be visible to the caller. The response carries summary counts plus a single paginated changes list (added entries first, then removed).
Authorizations
Query Parameters
Baseline (earlier) pipeline run id — the "before" side.
Comparison (later) pipeline run id — the "after" side. Must belong to the same pipeline as baseRunId.
Offset into the flattened changes list.
x >= 0Maximum number of change entries to return (1–1000).
1 <= x <= 1000Response
The delta between the two runs.
Record-level delta between two runs of the same pipeline.
The pipeline definition both runs belong to.
Aggregate counts for a pipeline-run delta.
Changed records for this page (added first, then removed).
Pagination metadata for the flattened changes list.