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

---

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