Skip to main content
GET
/
api
/
v1
/
status-pages
/
{status_page_id}
/
components
/
{id}
Get component
curl --request GET \
  --url https://app.larm.dev/api/v1/status-pages/{status_page_id}/components/{id}
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "API",
    "description": "REST API and GraphQL endpoints",
    "position": 0,
    "component_group_id": null,
    "monitors": [
      {
        "monitor_id": "660e8400-e29b-41d4-a716-446655440000",
        "down_status": "major_outage"
      }
    ],
    "inserted_at": "2026-03-01T12:00:00Z",
    "updated_at": "2026-03-01T12:00:00Z"
  }
}
Requires status_pages:read permission.
status_page_id
string
required
Status page UUID
id
string
required
Component UUID
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "API",
    "description": "REST API and GraphQL endpoints",
    "position": 0,
    "component_group_id": null,
    "monitors": [
      {
        "monitor_id": "660e8400-e29b-41d4-a716-446655440000",
        "down_status": "major_outage"
      }
    ],
    "inserted_at": "2026-03-01T12:00:00Z",
    "updated_at": "2026-03-01T12:00:00Z"
  }
}