Retrieve all status pages.
Get all status pages for an account.
Query parameters
Headers
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
{
"entries": [
{
"projectBindings": {
"owner": {
"binding": {
"logicalId": "homepage-check"
}
},
"references": [
{
"binding": {
"logicalId": "homepage-check"
}
}
]
}
}
]
}Changes
Changed in 2 of the 4 revisions of this API.5
- ○
added the optional property
entries/items/logoDarkto the response with the200statusresponse-optional-property-added
- ○
added the optional property
entries/items/projectBindingsto the response with the200statusresponse-optional-property-added
- ○
the
publicIncidentUpdateDateresponse's property default value changed from2026-08-03T03:10:39.158Zto2026-08-11T02:46:46.919Zfor the status200response-property-default-value-changed
This revision also has 566 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
entries/items/versionto the response with the200statusresponse-optional-property-added
- ○
the
publicIncidentUpdateDateresponse's property default value changed from2026-07-13T03:11:27.141Zto2026-08-03T03:10:39.158Zfor the status200response-property-default-value-changed
- ○