GET
/
runbook
/
{id}
curl --request GET \
  --url https://{appDomain}/runbook/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "bootstrap_command": "/tool fetch url=\"https://api.altostrat.io/4KuKNp3QzpfwLcg3BUnn1a\" output=script on-event=\"/import file-name=script.auto.rsc;/file remove script.auto.rsc\"",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Standard JWT token obtained via a separate authentication process. Required for most user-facing API endpoints.

Path Parameters

id
string
required

The UUID of the Runbook.

Response

200
application/json

Successful retrieval of runbook details.

The response is of type object.