Lifecycles
Get a specific Lifecycle
This request does not support getting Lifecycles that belong to Templated Projects
get/lifecycles/{id}
Path parameters
idstring required
Response
The requested Lifecycle
Example response
{
"Phases": [
{
"AutomaticDeploymentTargets": [
"Environments-1",
"..."
],
"OptionalDeploymentTargets": [
"Environments-1",
"..."
]
}
],
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.