# GET /knowledge

**Resource:** [AI Knowledge](./knowledge.md)  
**Scopes:** `knowledge:read`  
**Write operation:** no

List all knowledge base entries. Filter by category or tag.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `category` | query | string | no | Filter by category: general, agent, faq, policy, procedure, product |
| `tag` | query | string | no | Filter entries that include this tag |
| `limit` | query | number | no | Items per page (default 25, max 100) |
| `after` | query | string | no | Cursor for pagination |

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