RunbookSnapshots
Get a paginated list of all of the Runbook Snapshots that belong to the given Project.
Runbook Snapshots will be ordered from most recent to least recent.
get/projects/{projectId}/runbookSnapshots
Path parameters
projectIdstring required
The ID of the project to get runbook snapshots for.
Query parameters
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 Project.
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.