Skip to main content
GET
/
v3
/
ai-sdr
/
knowledge-bases
/
{id}
Get a knowledge base
curl --request GET \
  --url https://api.reply.io/v3/ai-sdr/knowledge-bases/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 4821,
  "name": "Product knowledge base v3",
  "instructions": "Reference internal launch deck before answering pricing questions.",
  "updatedAt": "2026-05-10T14:32:11Z",
  "ownerUserId": 1234
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

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

id
integer<int64>
required

Knowledge base id

Required range: x >= 1

Response

Knowledge base found

Detailed representation of a knowledge base.

id
integer<int64>
read-only

Unique identifier for the knowledge base

name
string

Display name of the knowledge base

instructions
string

Free-form instructions applied when the knowledge base is referenced by AI SDR generations.

updatedAt
string<date-time>
read-only

Timestamp of the last modification

ownerUserId
integer | null
read-only

User ID of the owner. null when the owner has been removed from the team.