---
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[]
- `timeFrame` number, nullable

## Response `200`

OK

- object
  - `success` true, required
  - `msg` string, required
  - `data` unknown

## Other responses

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

## Changes

- **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
- **2025-04-20** `b97ec6888b3c` — 5 breaking, 3 warning, 7 info
  - the response property `msg` became optional for the status `200`
  - the response property `msg` became optional for the status `500`
  - the response property `success` became optional for the status `200`
  - the response property `success` became optional for the status `500`
  - …11 more

[Change 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/0ecdfd20a742/schema)
