# GET /voice-agents/blocklist

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

List the phone numbers this workspace will not place AI voice calls to. Covers numbers with no contact record, which contact-level unsubscribe cannot. Entries added during a call carry the call id in source.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `limit` | query | number | no |  |

## Request example

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

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