v1
latestSwagger 2.02026-08-061,9128853.7 MBRunbookSnapshots
Gets a paginated list of all of the Runbook Snapshots that belong to the given Runbook.
Runbook Snapshots will be ordered from most recent to least recent.
get/spaces/{spaceIdentifier}/runbooks/{id}/runbookSnapshots
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
ID of the runbook to get runbook Snapshots for.
Query parameters
projectIdstring
The ID of the project the runbook belongs to.
searchByNamestring
A partial or complete name to search on. This will perform a "contains" style match against the supplied name or name-fragment
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
A paginated list of all of the Runbook Snapshots that belong to the given Runbook.