Deploy
Get Environment
Allows getting an environment for a given environment ID.
get/deploy/environments/{environment_id}
Path parameters
environment_idstring uuid required
An opaque identifier of an environment.
Response
Environment
Example response
{
"description": "some description",
"id": "123e4127-e89b-12d3-a456-426123417400",
"labels": [
{
"key": "env",
"value": "prod"
}
],
"name": "prod-app"
}