Skip to main content

Get Latest Quality Verdict

GET 

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

Return the latest dataset-version quality verdict projection.

Reflects the outcome of the most recent completed run from POST .../quality-checks:run only — it is a read of a stored projection, not a fresh evaluation, so it returns immediately regardless of how expensive the underlying checks are to run. When no run has ever completed for this version, the verdict comes back as NOT_RUN rather than a 404, since the version itself exists even though nothing has checked it yet.

Request​

Responses​

Successful Response