Get release pipeline by key

GET
/api/v2/projects/:projectKey/release-pipelines/:pipelineKey

Get a release pipeline by key

Path parameters

projectKeystringRequired

The project key

pipelineKeystringRequired

The release pipeline key

Response

Release pipeline response

createdAtdatetime

Timestamp of when the release pipeline was created

keystring

The release pipeline key

namestring

The release pipeline name

phaseslist of objects

An ordered list of the release pipeline phases. Each phase is a logical grouping of one or more environments that share attributes for rolling out changes.

descriptionstringOptional

The release pipeline description

tagslist of stringsOptional

A list of the release pipeline’s tags

_versionintegerOptional

The release pipeline version

_accessobjectOptional

Details on the allowed and denied actions for this release pipeline

isProjectDefaultbooleanOptional

Whether this release pipeline is the default pipeline for the project

_isLegacybooleanOptional

Whether this release pipeline is a legacy pipeline

Errors

Built with