List Latest Quality Verdicts
GET/datasets/:dataset_id/versions/quality-checks
Return latest quality verdict projections for multiple dataset versions.
A batched form of GET .../quality-checks for a caller that already knows which version
IDs it wants rather than one dataset's whole version list. version_ids (repeatable) must
all belong to the named dataset; the first one that does not is reported as a 404 naming
that version, so a caller cannot use this to probe another dataset's versions. Omitting
version_ids returns an empty list rather than every version's verdict.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful Response
Unauthorized
Forbidden
Not Found
Validation Error