Skip to content

Get the containers in an environment

GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/containers
curl --request GET \
--url https://dashboard.quantcdn.io/api/v3/organizations/test-org/applications/test-app/environments/test-env/containers \
--header 'Authorization: Bearer <token>'
organisation
required
string

The organisation ID

Example
test-org
application
required
string

The application ID

Example
test-app
environment
required
string

The environment ID

Example
test-env

The containers in the environment

The environment not found