Path Parameters
assistant_id
(integer, required): The unique identifier of the assistant whose voice samples you want to list.
Query Parameters
status
(string, optional): Filter voice samples by processing status.- Allowed values:
uploaded
,processing
,ready
,failed
- Allowed values:
Response
The response is a JSON object containing an array of voice sample objects.Response
Response Fields
id
(integer): Unique identifier for the voice samplename
(string): Display name of the voice sampleoriginal_filename
(string): Original filename of the uploaded audiocontent_type
(string): MIME type of the audio filefile_size
(integer): Size of the audio file in bytesduration_seconds
(float): Duration of the audio in secondsstatus
(string): Processing status of the sampleerror_message
(string): Error message if processing failedtags
(array): Array of tags associated with the samplecreated_at
(string): ISO 8601 timestamp of when the sample was uploaded
Status Values
uploaded
: Sample uploaded successfully, ready for voice cloningprocessing
: Sample is being processed (validation, analysis)ready
: Sample processed and available for voice cloningfailed
: Sample processing failed, check error_message
Example Request
cURL