Get data quality check run details
GET/data-quality-checks/:id/runs/:run_id
Returns the run item for run_id after verifying the parent check id exists and the caller has dataset access. The run is loaded by DataQualityCheckRunId only (parent id is not compared to the run row). Missing check -> IPV-1002 (HTTP 400). Missing run -> HTTP 422 with Message "Data quality check run with id {{run_id}} doesn't exist." (no CODE prefix). If Message is absent on the stored item it is set to "NA". This Lambda maps InvalidInputException, UnauthorizedUserException, GenericFailureException, ClientError, and ParamValidationError to HTTP 400. Missing run rows return HTTP 422. Uncaught exceptions return HTTP 500 (EMF-1001 wrapping GE-1044).
Request
Responses
- 200
- 400
- 422
- 500
Run details.
Response Headers
Invalid input or authorization failure. Codes include IPV-, AUTH-, GE-*.
Response Headers
Run not found for the given id/run_id.
Response Headers
Backend/generic failure. Body is {"Message": " -