# GET /agents?type=voice|text

**Resource:** [Agents](./agents.md)  
**Scopes:** `voice-agents:read`  
**Write operation:** no

List agents. type query param is required: "voice" for voice agents, "text" for text agents.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `type` | query | string | yes | Agent type to list: "voice" or "text" |

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