v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Insights deployments (beta)

List deployments

Get a list of deployments

Expanding the deployment collection response

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 deployment
  • flagReferences includes details on all of the references to flags in each deployment

For example, use ?expand=pullRequests to include the pullRequests field in the response. By default, this field is not included in the response.

get/api/v2/engineering-insights/deployments

Query parameters

projectKeystring string required

The project key

The project key

environmentKeystring string required

The environment key

The environment key

applicationKeystring string

Comma separated list of application keys

Comma separated list of application keys

limitinteger

The number of deployments to return. Default is 20. Maximum allowed is 100.

The number of deployments to return. Default is 20. Maximum allowed is 100.

expandstring string

Expand properties in response. Options: pullRequests, flagReferences

Expand properties in response. Options: pullRequests, flagReferences

frominteger

Unix timestamp in milliseconds. Default value is 7 days ago.

Unix timestamp in milliseconds. Default value is 7 days ago.

tointeger

Unix timestamp in milliseconds. Default value is now.

Unix timestamp in milliseconds. Default value is now.

afterstring string

Identifier used for pagination

Identifier used for pagination

beforestring string

Identifier used for pagination

Identifier used for pagination

kindstring string

The deployment kind

The deployment kind

statusstring string

The deployment status

The deployment status

Response

Deployment collection response

totalCountinteger required

The total number of deployments

_linksobject

The location and content type of related resources