v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Sequences

Read AI SDR sequence settings

<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 AI SDR-specific settings of a sequence. Mirrors the shape of the create/patch body. Generic sequence fields (name, schedule, etc.) are read via GET /v3/sequences/{id}.

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

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

Path parameters

sequence_idinteger required

Sequence id

Response

AI SDR sequence settings

offerIdinteger nullable

Id of the saved offer the sequence was seeded from. null when the sequence was created with inline offerGenerationInputs.

generatedStepTypesstring[]

Step channels the AI SDR is allowed to generate

providerLLM'claude' | 'openAi' | 'gemini' | 'mistral'

LLM provider that generates the outreach content for the AI SDR sequence.

playbookIdstring nullable

Composite id of the attached playbook ({prefix}-{numericId}), or null when no playbook is attached.

knowledgeBaseIdinteger nullable

Id of the connected knowledge base, or null when none is connected.