Get Runbook By ID
GET {{baseUrl}}/runbooks/:runbookID
Returns a runbook details of the given runbookID
in the request param.
Requires access_token
as a Bearer {{token}}
in the Authorization
header with read
scope.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | null |
RESPONSES
status: OK
{"data":{"id":"623adc77b71fc6c33f95c19a","name":"First Runbook","created":{"user_name":"nandan squadcast","username_for_display":"nandan","user_id":"603360ce3aeae4de2b6edec1","at":"2022-03-23T08:38:15.45Z"},"updated":{"user_name":"nandan squadcast","username_for_display":"nandan","user_id":"603360ce3aeae4de2b6edec1","at":"2022-03-23T08:38:15.45Z"},"used_count":8,"steps":[{"content":"test"},{"content":"step 2"}],"organization_id":"60cb200bc9de4a0008d2fc41","owner":{"id":"6129c3ddabffee4c428b420d","type":"team"},"access_control":null}}