Skip to main content
GET
/
v1
/
orgs
/
{org_id}
/
playbooks
List playbooks (org-level + per-rep, with filters)
curl --request GET \
  --url http://localhost:3000/v1/orgs/{org_id}/playbooks \
  --header 'Authorization: Bearer <token>'

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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Query Parameters

active_only
boolean

If true, only returns playbooks where is_active=true. Default false.

rep_id
string

Filter to playbooks scoped to this rep only. Omit to see org-level + every rep-level playbook in the org.

Required string length: 1 - 256
scope
enum<string>

Filter 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).

Available options:
org,
rep
limit
integer
Required range: 1 <= x <= 100
cursor
string

Response

200

Default Response