v1

latestOpenAPI 3.1.02026-07-13231960.5 KB
Playbooks

Get playbook

Retrieve details of a specific playbook by its ID.

get/v1/playbooks/{playbook_id}

Path parameters

playbook_idstring required

The ID of the playbook to retrieve

Response

Playbook details

playbook_idstring

Unique identifier for the playbook

titlestring

The title of the playbook

bodystring

The content/instructions of the playbook

statusstring

Status of the playbook (published, deleted, etc.)

access_typestring

Access level of the playbook (team, community, etc.)

org_idstring

Organization ID that owns the playbook

created_atstring date-time

When the playbook was created

updated_atstring date-time

When the playbook was last updated

created_by_user_idstring nullable

ID of the user who created the playbook

created_by_user_namestring nullable

Name of the user who created the playbook

updated_by_user_idstring nullable

ID of the user who last updated the playbook

updated_by_user_namestring nullable

Name of the user who last updated the playbook

macrostring nullable

Optional macro shortcut for the playbook