Skip to main content

List Check Runs

GET 

/datasets/:dataset_id/versions/:version_id/quality-checks/runs

Return a paginated list of data-quality runs for a version, newest first.

Each item is one invocation of POST .../quality-checks:run — including whichever checks it ran, in what order, and how each one resolved — not just the single latest verdict GET .../quality-checks reports. Use this to inspect history, such as why a verdict changed between two runs or what a past run's exact check selection was.

Request​

Responses​

Successful Response