Status Pages

Retrieve all status pages.

Get all status pages for an account.

get/v1/status-pages

Query parameters

limitinteger
nextIdstring

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

lengthinteger required
nextIdstring nullable

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/logoDark to the response with the 200 status

      response-optional-property-added

    • added the optional property entries/items/projectBindings to the response with the 200 status

      response-optional-property-added

    • the publicIncidentUpdateDate response's property default value changed from 2026-08-03T03:10:39.158Z to 2026-08-11T02:46:46.919Z for the status 200

      response-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/version to the response with the 200 status

      response-optional-property-added

    • the publicIncidentUpdateDate response's property default value changed from 2026-07-13T03:11:27.141Z to 2026-08-03T03:10:39.158Z for the status 200

      response-property-default-value-changed