# List status check results Endpoint: GET /code/api/v1/repos/{repo_identifier}/checks/commits/{commit_sha} Version: 1.0 Security: x-api-key ## Query parameters: - `accountIdentifier` (string, required) Account Identifier for the Entity. - `orgIdentifier` (string) Organization Identifier for the Entity. - `projectIdentifier` (string) Project Identifier for the Entity. - `page` (integer) The page to return. - `limit` (integer) The maximum number of results to return. - `query` (string) The substring which is used to filter the status checks by their UID. ## Path parameters: - `repo_identifier` (string, required) - `commit_sha` (string, required) ## Response 200 fields (application/json): - `created` (integer) - `ended` (integer) - `id` (integer) - `identifier` (string) - `link` (string) - `metadata` (any) - `payload` (object) - `payload.data` (any) - `payload.kind` (string) Enum: "", "markdown", "pipeline", "raw" - `payload.version` (string) - `reported_by` (object,null) - `reported_by.display_name` (string) - `reported_by.email` (string) - `reported_by.type` (string) Enum: "service", "serviceaccount", "user" - `reported_by.uid` (string) - `reported_by.updated` (integer) - `started` (integer) - `status` (string) Enum: "error", "failure", "failure_ignored", "pending", "running", "success" - `summary` (string) ## Response 400 fields (application/json): - `message` (string) - `values` (object) ## Response 401 fields (application/json): - `message` (string) - `values` (object) ## Response 403 fields (application/json): - `message` (string) - `values` (object) ## Response 500 fields (application/json): - `message` (string) - `values` (object)