---
title: "retrieve all speech credentials for an account"
method: GET
path: "/Accounts/{AccountSid}/SpeechCredentials"
tags: ["Speech"]
---

# retrieve all speech credentials for an account

`GET /Accounts/{AccountSid}/SpeechCredentials`

## Response `200`

retrieve speech credentials for a specified account

- SpeechCredential[]
  - `speech_credential_sid` string, uuid
  - `account_sid` string, uuid
  - `vendor` 'google' | 'aws'
  - `service_key` string
  - `access_key_id` string
  - `secret_access_key` string
  - `aws_region` string
  - `last_used` string, date-time
  - `last_tested` string, date-time
  - `use_for_tts` boolean
  - `use_for_stt` boolean
  - `tts_tested_ok` boolean
  - `stt_tested_ok` boolean
  - `riva_server_uri` string

## Other responses

- `404` — account not found

---

[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)
