List playbooks belonging to an org, newest first. Returns both org-level and rep-level playbooks by default. Filters:
rep_id=<slug> → only that rep’s playbooksscope=org → only org-level (where rep_id is null in responses)scope=rep → only rep-level (any rep in this org)active_only=true → only is_active=true rowsResponse rows carry a rep_id field that is null for org-level playbooks and the partner-supplied rep slug for rep-level ones.
Documentation Index
Fetch the complete documentation index at: https://docs.goparlay.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
If true, only returns playbooks where is_active=true. Default false.
Filter to playbooks scoped to this rep only. Omit to see org-level + every rep-level playbook in the org.
1 - 256Filter by scope. org returns only org-level playbooks (where rep_id is null). rep returns only rep-level playbooks. Omit + omit rep_id to return everything. Mutually exclusive with rep_id (rep_id is more specific).
org, rep 1 <= x <= 100Default Response