Skip to main content
GET
Get an environment's deployment information

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
environmentId
string
required

Response

default - application/json
id
string
required

The identifier of Deployment

cluster_name
string
required

The name of the cluster

project_info
Project info · object
required

The project information

environment_info
Environment info · object
required

The environment information

deployment_target
string
required

The deployment target

vpn
VPN configuration · object | null
required

The configuration of the VPN

http_access
HTTP access permissions · object
required

The permissions of the HTTP access

enable_smtp
boolean
required

Whether to configure SMTP for this environment

restrict_robots
boolean
required

Whether to restrict robots for this environment

variables
Environment variables · object[]
required

The variables applying to this environment

access
Access control · object[]
required

Access control definition for this enviroment

subscription
Subscription · object
required

Subscription

services
Services · object
required

The services

routes
Routes · object
required

The routes

webapps
Web applications · object
required

The Web applications

workers
Workers · object
required

The workers

container_profiles
Container profiles · object
required

The profiles of the containers

tasks
Tasks · object
required

The tasks sizing (applied at task run time)

created_at
string<date-time> | null

The creation date of the deployment

updated_at
string<date-time> | null

The update date of the deployment

fingerprint
string

The fingerprint of the deployment

Last modified on June 16, 2026