Lifecycles
List the Lifecycles in the supplied Octopus Deploy Space in pages. The results will be sorted alphabetically by name.
get/lifecycles
Query parameters
idsstring[]
namestring
The exact name of a Lifecycle to be matched
partialNamestring
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
A paginated list of lifecycles
Example response
{
"Items": [
{
"Phases": [
{
"AutomaticDeploymentTargets": [
"Environments-1",
"..."
],
"OptionalDeploymentTargets": [
"Environments-1",
"..."
]
}
],
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.