GET
/
v1
/
services
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/services/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "8025ec09-6d10-44e8-97b5-fb8014ea869b",
    "type": "services",
    "attributes": {
      "name": "Eum et ut illo.",
      "slug": "eum-et-ut-illo",
      "description": "Voluptatem architecto ea dolorum.",
      "public_description": null,
      "notify_emails": [],
      "color": "#F5D9C4",
      "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-cdfd71a8731afd9113ebedf921867524@email.rootly.com",
      "created_at": "2025-05-29T17:48:30.216-07:00",
      "updated_at": "2025-05-29T17:48:30.464-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

The response is of type object.