Skip to main content
 print this page

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

Run details.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers