RunbookSnapshots
Get a list of Variable Sets included in the Runbook Snapshot's current Variable Snapshot
get/projects/{projectId}/runbookSnapshots/{id}/variables
Path parameters
projectIdstring required
ID of the Project the Runbook Snapshot is in.
idstring required
ID of the Runbook Snapshot to get variables for.
Response
The requested list of Runbook Snapshot Variables
Example response
[
{
"SpaceId": "Spaces-1"
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.