GET
/
v1
/
teams
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/teams/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "eaf15d0b-c0b8-481a-bdef-24819f60bf0b",
    "type": "groups",
    "attributes": {
      "slug": "rerum-eum-et-labore",
      "name": "Rerum eum et labore.",
      "description": null,
      "color": "#FAEBB7",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "pagerduty_id": null,
      "pagerduty_service_id": null,
      "backstage_id": null,
      "external_id": null,
      "opsgenie_id": null,
      "victor_ops_id": null,
      "pagertree_id": null,
      "cortex_id": null,
      "service_now_ci_sys_id": null,
      "user_ids": [],
      "admin_ids": [],
      "incidents_count": 1,
      "alert_urgency_id": null,
      "alerts_email_enabled": false,
      "alerts_email_address": "group-896c940b98efd5884454eeb5ea7ba795@email.rootly.com",
      "created_at": "2025-03-05T15:13:33.262-08:00",
      "updated_at": "2025-03-05T15:13:33.262-08:00"
    },
    "relationships": {
      "users": {
        "data": []
      }
    }
  }
}

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
team found
data
object
required