Swagger Petstore - OpenAPI 3.0
GET/audio/voice_consents

List 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.

2 parameters
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.
Default:20

1 status code
200Returns a paginated list of voice consent objects, each containing id, name, language, and creation timestamp.
objectstringrequired
Allowed:list
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.