Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
service found by slug
Retrieves a specific service by id
curl --request GET \
--url https://api.rootly.com/v1/services/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d3a67779-6c53-487a-912b-68c3908baa0a",
"type": "services",
"attributes": {
"name": "Perferendis ut consequatur maxime.",
"slug": "perferendis-ut-consequatur-maxime",
"description": "Ipsum vitae sunt voluptates.",
"public_description": null,
"notify_emails": [],
"color": "#D7E7F5",
"status": "partial_outage",
"position": 1,
"show_uptime": true,
"show_uptime_last_days": 60,
"slack_channels": [],
"slack_aliases": [],
"github_repository_name": null,
"github_repository_branch": "master",
"gitlab_repository_name": null,
"gitlab_repository_branch": "master",
"opsgenie_id": null,
"pagerduty_id": null,
"backstage_id": null,
"external_id": null,
"cortex_id": null,
"service_now_ci_sys_id": null,
"environment_ids": [],
"service_ids": [],
"owner_group_ids": [],
"owners_group_ids": [],
"owner_user_ids": [],
"owners_user_ids": [],
"incidents_count": 1,
"alert_urgency_id": null,
"alerts_email_enabled": false,
"alerts_email_address": "service-ff4718f8c04a1e132fcd3df237c84319@email.rootly.com",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"created_at": "2025-11-27T00:12:36.951-08:00",
"updated_at": "2025-11-27T00:12:37.215-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
service found by slug
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/services/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d3a67779-6c53-487a-912b-68c3908baa0a",
"type": "services",
"attributes": {
"name": "Perferendis ut consequatur maxime.",
"slug": "perferendis-ut-consequatur-maxime",
"description": "Ipsum vitae sunt voluptates.",
"public_description": null,
"notify_emails": [],
"color": "#D7E7F5",
"status": "partial_outage",
"position": 1,
"show_uptime": true,
"show_uptime_last_days": 60,
"slack_channels": [],
"slack_aliases": [],
"github_repository_name": null,
"github_repository_branch": "master",
"gitlab_repository_name": null,
"gitlab_repository_branch": "master",
"opsgenie_id": null,
"pagerduty_id": null,
"backstage_id": null,
"external_id": null,
"cortex_id": null,
"service_now_ci_sys_id": null,
"environment_ids": [],
"service_ids": [],
"owner_group_ids": [],
"owners_group_ids": [],
"owner_user_ids": [],
"owners_user_ids": [],
"incidents_count": 1,
"alert_urgency_id": null,
"alerts_email_enabled": false,
"alerts_email_address": "service-ff4718f8c04a1e132fcd3df237c84319@email.rootly.com",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"created_at": "2025-11-27T00:12:36.951-08:00",
"updated_at": "2025-11-27T00:12:37.215-08:00"
}
}
}