# GET /voice-agents/:agent_id/calls

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

List calls handled by a voice agent.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/voice-agents/:agent_id/calls"   -H "Authorization: Bearer YOUR_API_KEY"
```

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