Supercheck LogoSupercheck
Status Pages

Get status page details

Fetch a status page with components, monitors, and permissions.

GET
/api/status-pages/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

CLI token (sck_live_*) for full API access, or trigger key (sck_trigger_* / legacy job_*) for job trigger endpoint only.

In: header

Path Parameters

id*string

Status page ID

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://demo.supercheck.dev/api/status-pages/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "statusPage": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "string",
    "subdomain": "string",
    "status": "string",
    "pageDescription": "string",
    "allowRssFeed": true,
    "faviconLogo": "string",
    "transactionalLogo": "string",
    "heroCover": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  },
  "components": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "name": "string",
      "description": "string",
      "position": 0,
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "monitors": [
        {
          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
          "name": "string",
          "type": "string",
          "status": "string",
          "target": "string",
          "weight": 0
        }
      ],
      "monitorIds": [
        "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      ]
    }
  ],
  "monitors": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "name": "string",
      "type": "string",
      "status": "string"
    }
  ],
  "canUpdate": true
}
{
  "error": "Unauthorized"
}
{
  "error": "string"
}
{
  "error": "Not found"
}
Empty