Runbooks
Get a list of environments a Runbook can be run within, based on its EnvironmentScope.
get/runbooks/{id}/environments
Path parameters
idstring required
ID of the Runbook
Query parameters
projectIdstring
The ID of the project containing this resource. Will be inferred if not provided.
Response
The requested list of Runbook Environments
Example response
[
{
"SpaceId": "Spaces-1"
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.