List voices
Configuration
List voices
Retrieve available voices for agent configuration.
Supports filtering by language, free-text search on the voice name, sorting, and pagination. Voices are scoped to active entries by default.
GET
List voices
Authorizations
API key for authentication
Query Parameters
Filter by exact language code, e.g. en, en-GB, pt-BR.
Use GET /languages to discover valid codes.
Filter by active status. Defaults to true when omitted.
Case-insensitive substring match on the voice name.
Field to sort results by.
Available options:
name, languageCode Sort direction.
Available options:
asc, desc Maximum number of voices to return.
Required range:
1 <= x <= 200Number of voices to skip (for pagination).
Required range:
x >= 0Response
200 - application/json
Successful response