List the audios of a voiceprint
List the paginated details of the audios of a voiceprint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The handle of the owner.
The handle of the space.
The handle of the identity.
The handle of the voiceprint.
Query Parameters
The index of the page.
The maximum size of the pages.
The criteria used to sort the audios.
handle
, createdAt
, uploadedAt
The term used to search the audios by handle or alias.
The term used to search data after or equal to the specified date.
The term used to search data before or equal to the specified date.
Response
The UUID of the audio. Is unique.
The handle of the audio. Is unique.
The alias of the audio.
The state of the audio.
avaitingFile
, available
, notAvailable
The duration of the audio.
The voice duration of the audio.
The sampling sample rate of the audio.
The identity linked to the audio.
The number of voiceprints of the audio.
The number of verifications of the audio.
The date and time when the audio was created.
The date and time when the binary file was uploaded.