ec90bd653983
OpenAPI 3.1.02026-08-1084330443.7 KBEnvironments
Get Environment
Authorization scope: environment:list
Get a specific environment
get/v1/accounts/{account_id}/environments/{environment_id}
Path parameters
account_idstring required
environment_idstring required
Response
Successful Response
Example response
{
"_id": "633ede20f1fc5500111fd7b3",
"account": "62e7f4352c13160013dc39be",
"user_created": "62e7f4352c13160013dc39be",
"cross_id": "62e7f4352c13160013dc39be",
"environment_name": "Dev Environment",
"description": "Development environment for new rivers",
"variables": {
"aws_file_zone": "Rivery-rivery",
"azure_file_zone": "Rivery-rivery",
"days_ago": "0",
"gcs_file_zone": "Rivery-rivery",
"hours_offset": "0"
},
"deleted_by": "62e7f4352c13160013dc39be",
"is_default": true,
"updated_by": "62e7f4352c13160013dc39be",
"is_delete_lock": true
}