Get Status Page

GET /api/status-pages/:id

Get Status Page

GET /api/status-pages/:id

Returns a single status page by numeric ID or publicId UUID.

Example (cURL)

curl -X GET "$BASE_URL/api/status-pages/1" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Accept: application/json"

Common errors

  • 401 Unauthorized when not authenticated
  • 404 Not found when the status page does not exist