v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Playbooks

List playbooks

<small>Requires the ai-sdr:read scope (or a broader one that includes it).</small>

Returns a paginated list of playbooks visible to the caller. When type is omitted, results from all three scopes (global, organization, team) are merged.

Requires the AI SDR feature on the caller's team.

get/v3/ai-sdr/playbooks

Query parameters

topinteger

Maximum number of items to return (default 100, max 1000)

skipinteger

Number of items to skip

type'global' | 'organization' | 'team'

Identifies the visibility scope of a playbook.

  • global — Reply-curated, read-only across all teams.
  • organization — visible to every team in the caller's organization.
  • team — visible to the caller's team only.

global playbooks are never created or modified via the API; only organization and team are accepted on create.

Filter to a single scope. Omit to merge all scopes.

searchstring

Case-insensitive substring match on playbook name

Response

Paginated list of playbooks

hasMoreboolean

Example response

{
  "items": [
    {
      "id": "t-7",
      "name": "Outbound playbook v2",
      "description": "Tone and pacing for cold outreach",
      "type": "team",
      "lastUpdatedAt": "2026-05-10T14:32:11Z",
      "authorUserId": 4821
    }
  ]
}