---
title: "list google custom voices"
method: GET
path: "/GoogleCustomVoices"
tags: ["Speech"]
---

# list google custom voices

`GET /GoogleCustomVoices`

## Query parameters

- `service_provider_sid` string — return only the google voice custom operated belong to this service provider
- `account_sid` string — return only the google voice custom operated belong to this account_sid
- `speech_credential_sid` string — return only the google voice custom operated belong to this speech credential

## Response `200`

list oflist google custom voices

- GoogleCustomVoice[]
  - `speech_credential_sid` string, required
  - `name` string, required
  - `reported_usage` string, required
  - `model` string, required

## Other responses

- `500` — system error

---

[API](https://skmtc.net/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.net/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/versions/56f317145d23/schema)
