# GET /voice-agents/:agent_id/outbound-config

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

List outbound-call configs on 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/outbound-config"   -H "Authorization: Bearer YOUR_API_KEY"
```

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