v2

latestOpenAPI 3.1.02026-08-01132728.8 KB
playbooks

Get Playbook Version

Retrieve a specific version of a playbook by its ID.

get/v1/playbooks/{playbook_id}/versions/{version_id}

Path parameters

playbook_idstring required
Example:5eb7cf5a86d9755df3a6c593
version_idstring required
Example:5eb7cf5a86d9755df3a6c593

Response

Successful Response

idstring required
titlestring nullable
playbook_type'sales' | 'customer_success' | 'autogen_us' | 'autogen_emea' | 'autogen_apac' required

Enum for playbook types.

team_labelstring nullable
updated_atstring date-time required
contentstring required
version_idstring required

Example response

{
  "id": "5eb7cf5a86d9755df3a6c593",
  "version_id": "5eb7cf5a86d9755df3a6c593"
}