# GET /voice-agent-kbs

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

List all knowledge bases for the workspace.

## Response example

```json
{"kbs": [{"id": "uuid", "name": "Product FAQ", "description": "...", "retell_kb_id": "kb_abc123", "source": "custom", "created_at": "2026-04-25T00:00:00Z"}]}
```

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