# GET /voice-agent-kbs/:id

**Resource:** [Agent Knowledge Bases](./voice-agent-kbs.md)  
**Scopes:** `voice-kbs:read`  
**Write operation:** no

Get a single knowledge base by ID, including all document records.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Knowledge base UUID |

## Response example

```json
{"kb": {"id": "uuid", "name": "Product FAQ", "retell_kb_id": "kb_abc123", "source": "custom", "documents": [{"id": "doc-uuid", "title": "Pricing", "retell_doc_id": "src_xyz", "source_type": "manual"}]}}
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`