GET
/v1/private/environmentsFind environmentsFind environments for the workspace. Capped at the workspace limit (default 20).
Responses
objectEnvironmentPage_Public
contentarray of objectShow child attributes
Show array items
colorstringcreated_atstring · date-timecreated_bystringdescriptionstringidstring · uuidlast_updated_atstring · date-timelast_updated_bystringnamestringrequiredpositioninteger · int32pageinteger · int32sizeinteger · int32sortableByarray of stringShow child attributes
totalinteger · int64{
"content": [
{
"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
}
],
"page": 0,
"size": 0,
"sortableBy": [
"string"
],
"total": 0
}