latestOpenAPI 3.0.02026-08-121915501.4 MB

87d29dc7b4fe

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"
            }
          }
        ]
      }
    }
  ]
}