Get a playbook
Retrieve a single version 2 playbook by its id
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
playbook_id
The id of the playbook
Response
OK
id
The unique identifier for the playbook
name
Display name for the playbook
version
The playbook schema version. Always 2 on this surface.
enabled
Whether the playbook is enabled. False means draft.
description
Short description of the playbook (routing-facing)
general_instructions
Instructions that apply across the whole playbook
sections
The ordered sections of the playbook. Each section holds an ordered list of steps (send, set, ask, run, if_else, go_to).
can_run_standalone
Whether the playbook can be triggered on its own
referenced_articles
Ids of knowledge articles referenced by the playbook
acknowledgment_instruction
Instruction for the acknowledgment message
chat_acknowledgment_override
Request an acknowledgment for this playbook on messaging platforms
even when the Agent-wide messaging acknowledgment setting
(enable_acknowledgment_messages) is off. Never suppresses.
on_human_request
Deviation behavior when the user asks for a human
on_off_topic
Deviation behavior when the user goes off topic
on_off_script
Deviation behavior when the conversation goes off script
availability_rules
The structured rule that gates when the Agent uses this Playbook, with variables referenced by id, or null when no rule is attached
Errors
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error