Get a playbook definition
Fetches a single playbook definition by playbookId, scoped to the caller tenant. Authorization: any authenticated org member (session + tenant context only, no admin required). Returns 404 if the playbook does not exist in this org. Response: { data: Playbook }.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
playbookId
Response
The playbook definition.
data