# GET /voices/:id

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

Get a single workspace-saved voice by ID. Only returns workspace voices (not platform voices).

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Voice UUID |

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