Skip to main content

Get Report Run Partitions

GET 

/reports/:run_id/partitions

Partitions available to scope a report built from this run.

Reports are created against a run_id, but partitions are only stored against a dataset version — this resolves the run's dataset_version_id and lists the partitions on it, the same rows the dataset/version-scoped CRUD manages. Empty (never a 404 or 422) for a run with no dataset version or whose version carries no partitions, including every wide run — the Report Content step falls back to today's flat flow rather than treating that as a fault.

Deliberately not gated on ensure_report_source_run: whether this run's pipeline is an eligible report source is a separate concern from what its dataset version's partitions are.

Note: the explicit run-existence check below is load-bearing for platform admins — see get_report_questions.

Request​

Responses​

Successful Response