RunbookSnapshots
Get a paginated list of Runbook Snapshots
Gets a paginated list of the runbook snapshots in the supplied Octopus Deploy Space, from all projects. The results will be sorted from most recent to least recent snapshot.
get/runbookSnapshots
Query parameters
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
A paginated list of the runbook snapshots in the supplied Octopus Deploy Space, from all projects. The results will be sorted from most recent to least recent snapshot.
Example response
{
"Items": [
{
"ProjectId": "Projects-1",
"RunbookId": "Runbooks-1",
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.