Skip to main content
GET
/
v3
/
ai-sdr
/
knowledge-bases
/
{knowledge_base_id}
/
reply-handlers
List reply handlers
curl --request GET \
  --url https://api.reply.io/v3/ai-sdr/knowledge-bases/{knowledge_base_id}/reply-handlers \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "9c1f8a7e-0b3a-4d11-9b9c-2c4f8a7e0b3a",
      "typeOfQuestion": "Pricing inquiry",
      "instructions": "Quote our published tiered pricing; offer a discovery call for enterprise.",
      "createdAt": "2026-05-10T14:32:11Z",
      "isAutoSend": false
    }
  ],
  "hasMore": true
}

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

knowledge_base_id
integer<int64>
required
Required range: x >= 1

Query Parameters

top
integer
skip
integer

Response

Paginated list of reply handlers

items
ReplyHandlerListItem · object[]
hasMore
boolean