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 Unauthorizedwhen not authenticated404 Not foundwhen the status page does not exist