Runbooks
Get a Runbook by ID
get/spaces/{spaceIdentifier}/runbooks/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
ID of the Runbook to retrieve
Query parameters
projectIdstring
Response
Returns a runbook
Example response
{
"Environments": [
"Environments-1",
"..."
],
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}