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": "23eb4900-2ab5-45a0-89b1-571107fec05a",
    "type": "environments",
    "attributes": {
      "slug": "provident-architecto-officiis-pariatur",
      "name": "Provident architecto officiis pariatur.",
      "description": "Et qui atque itaque.",
      "color": "#fc7d7d",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-10-30T05:28:08.079-07:00",
      "updated_at": "2025-10-30T05:28:08.079-07: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