Skip to main content

Run Version Checks

POST 

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

Run quality checks on a dataset version and return the latest verdict.

checks names the subset to run, by operation key; omitting it runs every check the dataset's schema admits. A named check that is not in the catalogue, or is in it but not admitted by the schema, is rejected — the two cases carry different error_codes, so a caller can tell a typo apart from a check this dataset cannot run. Read the selectable set from GET /datasets/{id}/available-checks.

This is the only route that produces a quality-check run, and so the only route that can move a version's promotion verdict.

Request​

Responses​

Successful Response