Skip to main content
GET
/
api
/
v1
/
status-pages
/
{id}
Get status page
curl --request GET \
  --url https://app.larm.dev/api/v1/status-pages/{id}
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Acme Status",
    "slug": "acme",
    "description": "Current status of Acme services",
    "theme": "system",
    "primary_color": "#4F46E5",
    "enabled": true,
    "subscribers_enabled": true,
    "custom_domain": null,
    "domain_status": "none",
    "logo_url": null,
    "url": "https://acme.status.larm.dev",
    "components": [
      {
        "id": "770e8400-e29b-41d4-a716-446655440000",
        "monitor_id": "550e8400-e29b-41d4-a716-446655440000",
        "display_name": "Website",
        "position": 0
      }
    ],
    "inserted_at": "2025-03-01T12:00:00Z",
    "updated_at": "2025-03-01T12:00:00Z"
  }
}
Requires status_pages:read permission.
id
string
required
Status page ID (UUID)
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Acme Status",
    "slug": "acme",
    "description": "Current status of Acme services",
    "theme": "system",
    "primary_color": "#4F46E5",
    "enabled": true,
    "subscribers_enabled": true,
    "custom_domain": null,
    "domain_status": "none",
    "logo_url": null,
    "url": "https://acme.status.larm.dev",
    "components": [
      {
        "id": "770e8400-e29b-41d4-a716-446655440000",
        "monitor_id": "550e8400-e29b-41d4-a716-446655440000",
        "display_name": "Website",
        "position": 0
      }
    ],
    "inserted_at": "2025-03-01T12:00:00Z",
    "updated_at": "2025-03-01T12:00:00Z"
  }
}