Deployments

Endpoints related to environment deployments.

List Environment Deployments

Gets a list of all deployments in the specified Environment.

Requires the environments-view capability.

SecuritybearerAuth and hubAuth
Request
path Parameters
environmentId
required
string

The ID of the Environment to get the list of deployments for.

Responses
200

A list of deployments.

default

General error response from the platform

get/v1/environments/{environmentId}/deployments
Response samples
application/json
{
  • "data": {
    }
}