provider Release pipelines (beta) GET /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}/releases
@utdk/launchdarkly /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}/releases
Get release progressions for release pipeline
Get details on the progression of all releases, across all flags, for a release pipeline
projectKey path required
The project key
string
pipelineKey path required
The pipeline key
string
filter query
Accepts filter by `status` and `activePhaseId`. `status` can take a value of `completed` or `active`. `activePhaseId` takes a UUID and will filter results down to releases active on the specified phase. Providing `status equals completed` along with an `activePhaseId` filter will return an error as they are disjoint sets of data. The combination of `status equals active` and `activePhaseId` will return the same results as `activePhaseId` alone.
string
limit query
The maximum number of items to return. Defaults to 20.
integer
offset query
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`.
integer

Try it

Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getallreleaseprogressionsforreleasepipeline
GET/api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}/releases
Get details on the progression of all releases, across all flags, for a release pipeline

Parameters

required

The project key

required

The pipeline key

Accepts filter by `status` and `activePhaseId`. `status` can take a value of `completed` or `active`. `activePhaseId` takes a UUID and will filter results down to releases active on the specified phase. Providing `status equals completed` along with an `activePhaseId` filter will return an error as they are disjoint sets of data. The combination of `status equals active` and `activePhaseId` will return the same results as `activePhaseId` alone.

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

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`.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.getallreleaseprogressionsforreleasepipeline()