Get a playbook definition

View as Markdown

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

playbookIdstringRequired

Response

The playbook definition.
dataobject