# GET /voices/:voice_id

**Resource:** [Voices](./voices.md)  
**MCP tool:** `get_voice`  
**Scopes:** `voices:read`  
**Write operation:** no

Fetch a workspace voice by UUID.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/voices/:voice_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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