Skip to main content
GET
/
api
/
v1
/
status-pages
/
{status_page_id}
/
component-groups
/
{id}
Get component group
curl --request GET \
  --url https://app.larm.dev/api/v1/status-pages/{status_page_id}/component-groups/{id}
{
  "data": {
    "id": "880e8400-e29b-41d4-a716-446655440000",
    "name": "Backend",
    "position": 0,
    "inserted_at": "2025-03-01T12:00:00Z",
    "updated_at": "2025-03-01T12:00:00Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.larm.dev/llms.txt

Use this file to discover all available pages before exploring further.

Requires status_pages:read permission.
status_page_id
string
required
Status page UUID
id
string
required
Component group UUID
{
  "data": {
    "id": "880e8400-e29b-41d4-a716-446655440000",
    "name": "Backend",
    "position": 0,
    "inserted_at": "2025-03-01T12:00:00Z",
    "updated_at": "2025-03-01T12:00:00Z"
  }
}