v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Sequences

Get the sequence's knowledge base

<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 knowledge base connected to the sequence. Each sequence is connected to at most one knowledge base.

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

get/v3/sequences/ai-sdr/{sequence_id}/knowledge-base

Path parameters

sequence_idinteger required

Sequence id

Response

Knowledge base connected to the sequence

idinteger

Id of the knowledge base

namestring

Display name of the knowledge base

Example response

{
  "id": 1024,
  "name": "Acme product docs"
}