---
title: "Get a public status page by its URL slug"
method: GET
path: "/status-page/{url}"
tags: ["status-page"]
---

# Get a public status page by its URL slug

`GET /status-page/{url}`

## Path parameters

- `url` string, required

## Query parameters

- `type` union, required
  - 'uptime' | 'infrastructure'
  - string[]
- `range` 'latest' | '30d' | '60d' | '90d'

## Response `200`

OK

- object
  - `success` true, required
  - `msg` string, required
  - `data` PublicStatusPagePayload, required
    - `statusPage` object, required
      - `id` string, required
      - `userId` string, required
      - `teamId` string, required
      - `type` string[], required
      - `companyName` string, required
      - `url` string, required
      - `customDomain` string, nullable
      - `timezone` string
      - `color` string, required
      - `monitors` string[], required
      - `subMonitors` string[], required
      - `originalMonitors` string[]
      - `logo` object, nullable
        - `data` string, required
        - `contentType` string, required
      - `isPublished` boolean, required
      - `showCharts` boolean, required
      - `showUptimePercentage` boolean, required
      - `showAdminLoginLink` boolean, required
      - `showInfrastructure` boolean, required
      - `customCSS` string, required
      - `theme` 'refined' | 'modern' | 'bold' | 'editorial' | 'minimal', required
      - `themeMode` 'auto' | 'light' | 'dark', required
      - `createdAt` string, required
      - `updatedAt` string, required
    - `monitors` object[], required
      - `id` string, required
      - `name` string, required
      - `type` 'http' | 'ping' | 'pagespeed' | 'hardware' | 'docker' | 'port' | 'game' | 'grpc' | 'websocket' | 'dns' | 'unknown', required
      - `status` 'up' | 'down' | 'paused' | 'initializing' | 'maintenance' | 'breached', required
      - `uptimePercentage` number
      - `recentChecks` object[], required
        - `id` string, required
        - `status` boolean, required
        - `responseTime` number, required
        - `statusCode` number, required
        - `message` string, required
        - `createdAt` string, required
        - `accessibility` number
        - `bestPractices` number
        - `seo` number
        - `performance` number
        - `containerSummary` object
          - `total` number, required
          - `running` number, required
          - `stopped` number, required
          - `unhealthy` number, required
      - `url` string
      - `port` number
      - `dailyChecks` object[]
        - `monitorId` string, required
        - `date` string, required
        - `totalChecks` number, required
        - `upChecks` number, required
        - `downChecks` number, required
        - `avgResponseTime` number, nullable, required
    - `range` '30d' | '60d' | '90d'
    - `bucketTimezone` string
    - `checkTTLDays` number

## Other responses

- `404` — Status page not found
- `500` — Internal server error

## Changes

- **2026-08-28** `a9ac59e12c59` — 1 info
  - added the optional property `data/monitors/items/recentChecks/items/containerSummary` to the response with the `200` status
- **2026-08-17** `b7f8b4a737b5` — 1 info
  - removed the `latest` enum value from the `data/range` response property for the response status `200`
- **2026-08-17** `f7e042fd1c35` — 1 breaking, 1 warning, 7 info
  - the `data` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - deleted the `query` request parameter `timeFrame`
  - added the new optional `query` request parameter `range`
  - added the optional property `data/bucketTimezone` to the response with the `200` status
  - …5 more
- **2026-05-01** `39082d385dda` — 5 breaking, 3 warning, 2 info
  - added the new required `query` request parameter `type`
  - for the `path` request parameter `url`, the minLength was increased from `0` to `1`
  - removed the media type `application/json` for the response with the status `404`
  - the response property `data` became nullable for the status `200`
  - …6 more
- **2025-08-11** `db719f9e3d34` — 12 info
  - removed the non-success response with the status `422`
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `500` status
  - the response property `msg` became required for the status `200`
  - …8 more

[Full history](https://skmtc.dev/bluewave-labs/apis/checkmate-api/changes/status-page/:url/get.md)

---

[API](https://skmtc.dev/bluewave-labs/apis/checkmate-api.md) · [All operations](https://skmtc.dev/bluewave-labs/apis/checkmate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bluewave-labs/checkmate-api/revisions/a9ac59e12c59/schema)
