v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Release pipelines (beta)

Get all release pipelines

Get all release pipelines for a project.

Filtering release pipelines

LaunchDarkly supports the following fields for filters:

  • query is a string that matches against the release pipeline key, name, and description. It is not case sensitive. For example: ?filter=query:examplePipeline.

  • env is a string that matches an environment key. For example: ?filter=env:production.

get/api/v2/projects/{projectKey}/release-pipelines

Path parameters

projectKeystring string required

The project key

The project key

Query parameters

filterstring string

A comma-separated list of filters. Each filter is of the form field:value. Read the endpoint description for a full list of available filter fields.

A comma-separated list of filters. Each filter is of the form field:value. Read the endpoint description for a full list of available filter fields.

limitinteger

The maximum number of items to return. Defaults to 20.

The maximum number of items to return. Defaults to 20.

offsetinteger

Where to start in the list. Defaults to 0. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.

Where to start in the list. Defaults to 0. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.

Response

Release pipeline collection

totalCountinteger required

Total number of release pipelines