GET
/audio/voice_consentsList voice consent recordings
Lists all voice consent recordings available to the authenticated user's organization. These recordings authorize the creation of custom voices. Use limit to control the number of results and after for pagination.
afterstringoptional
Pagination cursor. Pass a consent recording ID to retrieve results after that point.
limitintegeroptional
Maximum number of consent recordings to return. Must be between 1 and 100. Defaults to 20 when omitted.
200Returns a paginated list of voice consent objects, each containing id, name, language, and creation timestamp.
objectstringrequired
dataarray<VoiceConsent>required
first_idstringoptional
last_idstringoptional
has_morebooleanrequired
Error handling
limit must be between 1 and 100. after must be a valid consent recording ID if provided.