# GET /voice-agent-kbs/:kb_id

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

Fetch a voice-agent KB by UUID with its documents.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `kb_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/voice-agent-kbs/:kb_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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