List Voices
Lists the cloned voices in your workspace, newest first. Use the returned `id` with POST /voices/clone (`voice_id`) or GET /voices/{voice_id}.
**Base URL:** `https://api.sarvam.ai`.
**Auth:** send your key in the `api-subscription-key` header.
Authentication
api-subscription-keystring
API Key authentication via header
Query parameters
search
Filter voices by name (substring match).
gender
Filter by gender tag (male or female).
accent
Filter by accent tag.
limit
Page size (max 200).
offset
Pagination offset.
Response
A page of cloned voices.
status
success
data
Errors
401
Unauthorized Error
500
Internal Server Error