v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
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

created_atstring date-time

The time when the environment was created

descriptionstring

Short description given to the environment

idstring uuid

The environment ID

namestring

The environment name

updated_atstring date-time

The time when the environment was updated

Example response

{
  "description": "some description",
  "id": "123e4127-e89b-12d3-a456-426123417400",
  "labels": [
    {
      "key": "env",
      "value": "prod"
    }
  ],
  "name": "prod-app"
}