Get Check Run
GET/datasets/:dataset_id/versions/:version_id/quality-checks/runs/:run_id
Return a single data-quality run by ID.
run_id must belong to the named dataset version — one from a different version, or
from an analysis rather than a quality-check run, is reported as not found rather than
returned. Carries the per-check breakdown for that one run: which checks were selected,
each one's execution status and outcome, and the duration and row count it saw, which is
the detail GET .../quality-checks/runs omits from its list view.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful Response
Unauthorized
Forbidden
Not Found
Validation Error