RunbookSnapshots
Get a single Runbook Snapshot by project ID and name.
get/projects/{projectId}/runbookSnapshots/{idOrName}
Path parameters
projectIdstring required
ID of the Project to get Runbook Snapshot for.
idOrNamestring required
ID or Name of the RunbookSnapshot to load
Response
Success
Example response
{
"ProjectId": "Projects-1",
"RunbookId": "Runbooks-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.