Retrieve a playbook by its unique identifier. The playbook must belong to your enterprise and be accessible to you.
Path Parameters
The unique identifier of the playbook
Response
{
"playbook_id": "playbook-ba3108faab9e4d58ac7ba993dfd74aae",
"title": "My Title",
"body": "My Body",
"status": "published",
"access": "team",
"account_id": "account-9a90315aa6334c66bc98bfd76f68455e",
"macro": "!deploy",
"created_at": "2025-10-10T12:34:56Z",
"updated_at": "2025-10-12T08:15:30Z"
}