GET
/
v1
/
services
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/services/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "43551e19-b5f5-4799-8c37-5eb7a68b4355",
    "type": "services",
    "attributes": {
      "name": "Occaecati voluptatem nobis rerum.",
      "slug": "occaecati-voluptatem-nobis-rerum",
      "description": "Ut est et omnis.",
      "public_description": null,
      "notify_emails": [],
      "color": "#D7F5E1",
      "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": [],
      "owners_group_ids": [],
      "owners_user_ids": [],
      "incidents_count": 1,
      "alert_urgency_id": null,
      "alerts_email_enabled": false,
      "alerts_email_address": "service-3a35af0afefccffd6c05b4fe9bdec629@email.rootly.com",
      "created_at": "2025-03-26T23:25:04.878-07:00",
      "updated_at": "2025-03-26T23:25:05.013-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
service found
data
object
required