Skip to main content
GET
/
v3
/
sequences
/
ai-sdr
/
{sequence_id}
/
knowledge-base
Get the sequence's knowledge base
curl --request GET \
  --url https://api.reply.io/v3/sequences/ai-sdr/{sequence_id}/knowledge-base \
  --header 'Authorization: Bearer <token>'
{
  "id": 1024,
  "name": "Acme product docs"
}

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

sequence_id
integer
required

Sequence id

Required range: x >= 1

Response

Knowledge base connected to the sequence

Compact representation of the knowledge base connected to a sequence.

id
integer<int64>
read-only

Id of the knowledge base

name
string
read-only

Display name of the knowledge base