Get a list of deployments
LaunchDarkly supports expanding the deployment collection response to include additional fields.
To expand the response, append the expand
query parameter and include the following:
pullRequests
includes details on all of the pull requests associated with each deploymentflagReferences
includes details on all of the references to flags in each deploymentFor example, use ?expand=pullRequests
to include the pullRequests
field in the response. By default, this field is not included in the response.
The project key
The environment key
Comma separated list of application keys
The number of deployments to return. Default is 20. Maximum allowed is 100.
Expand properties in response. Options: pullRequests
, flagReferences
Unix timestamp in milliseconds. Default value is 7 days ago.
Unix timestamp in milliseconds. Default value is now.
Identifier used for pagination
Identifier used for pagination
The deployment kind
The deployment status
Deployment collection response
The total number of deployments
A list of deployments
The location and content type of related resources