The Cartesia REST API documentation for List Voices shows supports query parameter:
q (search string)
However, the current Python SDK's client.voices.list() method does not seem to accept these arguments, making it difficult to filter voices programmatically without fetching the entire list and filtering client-side.
Expected Behavior:
I should be able to call:
client.voices.list(q="my_voice")