List voice samples for organization.
This endpoint retrieves a list of all voice samples that have been uploaded for a specific assistant’s organization.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
assistant_id (integer, required): The unique identifier of the assistant whose voice samples you want to list.status (string, optional): Filter voice samples by processing status.
uploaded, processing, ready, failedid (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 uploadeduploaded: 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