v2
latestOpenAPI 3.0.02026-07-261859071.2 MBCheck status
Retrieve check status details
Show the current status information for a specific check.
get/v1/check-statuses/{checkId}
Path parameters
checkIdstring required
Headers
x-checkly-accountstring
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
Example response
{
"name": "API Check",
"checkId": "1008ca04-d3ca-41fa-b477-9e99b761dbb4",
"isDegraded": true,
"longestRun": 10,
"shortestRun": 5,
"lastRunLocation": "us-east-1",
"lastCheckRunId": "f10d711f-cd16-4303-91ce-741c92586b4a",
"sslDaysRemaining": 3
}