Skip to main content
GET
List Deployments

Query Parameters

id
moduleInstanceId
string | null
moduleInstanceIds
string[] | null

Return deployments belonging to any of these module instances, newest first, bounded by limit.

Maximum array length: 200
limitPerModuleInstance
integer<int32> | null

When set together with moduleInstanceIds, return only the newest N deployments per module instance.

Required range: 1 <= x <= 50
environmentId
string | null
status
string[] | null

Filter to deployments in any of these statuses.

Maximum array length: 20
pipelineRunId
string | null
cursor
string | null
limit
integer<int32> | null

Response

The request has succeeded.

data
object[]
required
meta
object
required