GET
/v1/private/environments/{id}Get environment by idGet environment by id
Parameters
idstring · uuidpathrequiredResponses
objectEnvironment_Public
colorstringcreated_atstring · date-timecreated_bystringdescriptionstringidstring · uuidlast_updated_atstring · date-timelast_updated_bystringnamestringrequiredpositioninteger · int32{
"color": "string",
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"description": "string",
"id": "00000000-0000-0000-0000-000000000000",
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"name": "string",
"position": 0
}objectErrorMessage_Public
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}