latestOpenAPI 3.0.02026-08-121915501.4 MB

87d29dc7b4fe

Check results

Retrieve a check result

Show details of a specific check result.

get/v1/check-results/{checkId}/{checkResultId}

Path parameters

checkIdstring uuid required
checkResultIdstring uuid required

Headers

x-checkly-accountstring uuid

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Response

Successful

idstring

The unique ID of this result.

namestring

The name of the check.

checkIdstring

The ID of the check.

hasFailuresboolean

Describes if any failure occurred during this check run.

hasErrorsboolean

Describes if an internal error occurred in Checkly's backend.

isDegradedboolean nullable

Whether the check is over its degradation limit.

isCancelledboolean

Whether the run was cancelled before completion.

overMaxResponseTimeboolean nullable

Whether the response time exceeded its limit.

runLocationstring

What data center location this check result originated from.

startedAtstring date-time nullable
stoppedAtstring date-time nullable
created_atstring date-time
responseTimenumber

Time the check spent producing its result, in milliseconds. For protocol checks this is the measured operation time; for browser, multi-step, Playwright and agentic checks it is the run wall-clock duration.

checkRunIdnumber

The id of the specific check run that created this result.

attemptsnumber

How often this check was retried.

resultType'FINAL' | 'ATTEMPT' | 'ALL' required

The type of result.

sequenceIdstring uuid nullable

The sequence ID of the check run.

traceIdstring nullable required

OpenTelemetry trace ID associated with this check result.

errorGroupIdsstring[] nullable

IDs of error groups associated with this check result.