v2
latestOpenAPI 3.0.02026-07-261859071.2 MBCheck status
List all check statuses
Shows the current status information for all checks in your account. The check status records are continuously updated as new check results come in.
get/v1/check-statuses
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
}
]