---
title: "Get status page details"
method: GET
path: "/api/status-pages/{id}"
tags: ["Status Pages"]
---

# Get status page details

`GET /api/status-pages/{id}`

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

## Response `200`

Status page details

- StatusPageDetailResponse
  - `statusPage` StatusPage
    - `id` string, uuid
    - `name` string
    - `subdomain` string
    - `status` string
    - `pageDescription` string, nullable
    - `allowRssFeed` boolean
    - `faviconLogo` string, nullable
    - `transactionalLogo` string, nullable
    - `heroCover` string, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
  - `components` StatusPageComponent[]
    - `id` string, uuid
    - `name` string
    - `description` string, nullable
    - `position` integer, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
    - `monitors` StatusPageComponentMonitor[]
      - `id` string, uuid
      - `name` string
      - `type` string
      - `status` string
      - `target` string
      - `weight` number, nullable
    - `monitorIds` string[]
  - `monitors` object[]
    - `id` string, uuid
    - `name` string
    - `type` string
    - `status` string
  - `canUpdate` boolean

## Other responses

- `401` — Authentication required or token invalid
- `403` — Insufficient permissions
- `404` — Resource not found
- `500` — Failed to fetch status page

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
