Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Communications Group ID
Response
communications group found
Shows details of a communications group
curl --request GET \
--url https://api.rootly.com/v1/communications/groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fdb8551d-ec57-4aea-8eaa-689d144d6ddf",
"type": "communications-groups",
"attributes": {
"name": "Communication Group 1",
"slug": "communication-group-1",
"description": null,
"is_private": false,
"condition_type": "any",
"email_channel": true,
"sms_channel": false,
"communication_type_id": "4cc3f907-34bb-4ea0-8df3-5924414678b2",
"slack_channel_ids": [
"5c8e0c0f-637b-5a66-8d7b-dfb2b1c9d994"
],
"created_at": "2025-11-27T00:06:29.536-08:00",
"updated_at": "2025-11-27T00:06:29.536-08:00",
"team_id": 110,
"communication_group_members": [
{
"id": "25e72bad-f068-4ec1-be1d-d7460cb8a367",
"user_id": 109,
"name": "Deb Smith",
"email": "britt@terry.test"
}
],
"communication_external_group_members": [
{
"id": "fbe8ff40-dab6-4cfb-9268-f7338c17d167",
"name": "External member",
"email": "external@example.com",
"phone_number": "+911234567890"
}
],
"communication_group_conditions": [
{
"id": "8923159f-6430-423a-a39c-78eb0a6e0cc3",
"condition": "is",
"property_type": "service",
"properties": [
{
"id": "8e5ae257-2d38-4eb3-afcd-d48b8be2b78a",
"name": "Nisi et incidunt quos."
}
]
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Communications Group ID
communications group found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/communications/groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fdb8551d-ec57-4aea-8eaa-689d144d6ddf",
"type": "communications-groups",
"attributes": {
"name": "Communication Group 1",
"slug": "communication-group-1",
"description": null,
"is_private": false,
"condition_type": "any",
"email_channel": true,
"sms_channel": false,
"communication_type_id": "4cc3f907-34bb-4ea0-8df3-5924414678b2",
"slack_channel_ids": [
"5c8e0c0f-637b-5a66-8d7b-dfb2b1c9d994"
],
"created_at": "2025-11-27T00:06:29.536-08:00",
"updated_at": "2025-11-27T00:06:29.536-08:00",
"team_id": 110,
"communication_group_members": [
{
"id": "25e72bad-f068-4ec1-be1d-d7460cb8a367",
"user_id": 109,
"name": "Deb Smith",
"email": "britt@terry.test"
}
],
"communication_external_group_members": [
{
"id": "fbe8ff40-dab6-4cfb-9268-f7338c17d167",
"name": "External member",
"email": "external@example.com",
"phone_number": "+911234567890"
}
],
"communication_group_conditions": [
{
"id": "8923159f-6430-423a-a39c-78eb0a6e0cc3",
"condition": "is",
"property_type": "service",
"properties": [
{
"id": "8e5ae257-2d38-4eb3-afcd-d48b8be2b78a",
"name": "Nisi et incidunt quos."
}
]
}
]
}
}
}