Skip to main content
GET
/
api
/
v1
/
alert-channels
/
{id}
Get alert channel
curl --request GET \
  --url https://app.larm.dev/api/v1/alert-channels/{id}
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Engineering Slack",
    "type": "slack",
    "enabled": true,
    "default_for_new_monitors": true,
    "broken_at": null,
    "broken_reason": null,
    "inserted_at": "2025-03-01T12:00:00Z",
    "updated_at": "2025-03-01T12:00:00Z"
  }
}
Requires alert_channels:read permission.
id
string
required
Alert channel ID (UUID)
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Engineering Slack",
    "type": "slack",
    "enabled": true,
    "default_for_new_monitors": true,
    "broken_at": null,
    "broken_reason": null,
    "inserted_at": "2025-03-01T12:00:00Z",
    "updated_at": "2025-03-01T12:00:00Z"
  }
}