Skip to main content
GET
/
v1
/
environments
/
{id}
Retrieves an environment
curl --request GET \
  --url https://api.rootly.com/v1/environments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "6099701f-6c8f-4eb4-bce1-b015372b6d55",
    "type": "environments",
    "attributes": {
      "slug": "possimus-sit-fugiat-aperiam",
      "name": "Possimus sit fugiat aperiam.",
      "description": "Dignissimos aut ab at.",
      "color": "#d586d5",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-12-04T05:34:22.505-08:00",
      "updated_at": "2025-12-04T05:34:22.505-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Response

environment found by slug

data
object
required