---
title: "List status pages"
method: GET
path: "/api/status-pages"
tags: ["Status Pages"]
---

# List status pages

`GET /api/status-pages`

Fetch status pages for the current project.

## Response `200`

Status page list

- StatusPageListResponse
  - `data` 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
  - `pagination` object
    - `total` integer
    - `page` integer
    - `limit` integer
    - `totalPages` integer

## Other responses

- `401` — Authentication required or token invalid
- `403` — Insufficient permissions
- `500` — Failed to fetch status pages

---

[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)
