Get release pipeline by key

Get a release pipeline by key

Path parameters

projectKeystringRequired
The project key
pipelineKeystringRequired
The release pipeline key

Headers

AuthorizationstringRequired

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.
descriptionstring or null
The release pipeline description
tagslist of strings or null
A list of the release pipeline's tags
_versioninteger or null
The release pipeline version
_accessobject or null
Details on the allowed and denied actions for this release pipeline
isProjectDefaultboolean or null
Whether this release pipeline is the default pipeline for the project
_isLegacyboolean or null
Whether this release pipeline is a legacy pipeline

Errors