v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Sequences

Get the sequence's playbook

<Warning> **Coming soon.** This endpoint will be available by early July 2026. </Warning>

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

Returns the playbook attached to the sequence. Each sequence is attached to at most one playbook.

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

get/v3/sequences/ai-sdr/{sequence_id}/playbook

Path parameters

sequence_idinteger required

Sequence id

Response

Playbook attached to the sequence

idstring

Composite playbook id ({prefix}-{numericId}) where the prefix encodes the playbook scope: g for global, o for organization, t for team.

namestring

Display name of the playbook

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.

Example response

{
  "id": "t-7",
  "name": "Outbound playbook v2",
  "type": "team"
}