Skip to content

Get all environments for an application

GET
/api/v3/organizations/{organisation}/applications/{application}/environments

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

application
required
string

The application ID

Responses

200

List of environments with summary information including deployment status

Array<object>

Environment summary returned in list responses

object
envName

Environment name

string
production
status

Environment status

string
ACTIVE
deploymentStatus

Current deployment status

string
Allowed values: COMPLETED IN_PROGRESS FAILED
COMPLETED
runningCount

Number of running tasks

integer
2
desiredCount

Desired number of tasks

integer
2
minCapacity

Minimum capacity for autoscaling

integer
1
maxCapacity

Maximum capacity for autoscaling

integer
5

404

The organisation or application not found