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
- 200
- 401
- 403
- 404
- 422
Successful Response
Unauthorized
Forbidden
Not Found
Validation Error