List Voice Samples
Samples
List Voice Samples
List the training samples attached to a voice clone you own.
GET
List Voice Samples
Overview
Returns the training samples used to create a voice clone. Only voices owned by your org return samples; default voices and shared library voices return400 VOICE_SAMPLES_ERROR with the message "Voice is a default voice and not owned by the user."
Retrievable samples are only present for V1 (BTTS) voices. V2 and V3 voices both return [] even though they were cloned from a sample, because the underlying single source clip is not exposed via this endpoint. Use the source audio of your original clone for those.
Headers
Your API key for authentication.
Path Parameters
UUID of the voice.
Query Parameters
When
true, includes base64-encoded audio data with each sample. Increases response size significantly. Use Get Voice Sample for a single sample with audio instead.Response
Array of training sample records. Empty array for V3 voices.
Docs for agents: llms.txt