Retrieves a specific environment by id
curl --request GET \
--url https://api.rootly.com/v1/environments/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "35238fda-7d53-4059-b8cc-aa6c73093b7b",
"type": "environments",
"attributes": {
"slug": "ipsum-architecto-id-qui",
"name": "Ipsum architecto id qui.",
"description": "Omnis exercitationem et ipsam.",
"color": "#616161",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-12-05T21:23:45.345-08:00",
"updated_at": "2025-12-05T21:23:45.345-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
environment found by slug
Show child attributes
Unique ID of the environment
environments Show child attributes
The name of the environment
Date of creation
Date of last update
The slug of the environment
The description of the environment
Emails attached to the environment
The hex color of the environment
Position of the environment
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/environments/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "35238fda-7d53-4059-b8cc-aa6c73093b7b",
"type": "environments",
"attributes": {
"slug": "ipsum-architecto-id-qui",
"name": "Ipsum architecto id qui.",
"description": "Omnis exercitationem et ipsam.",
"color": "#616161",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-12-05T21:23:45.345-08:00",
"updated_at": "2025-12-05T21:23:45.345-08:00"
}
}
}