---
title: "get a specific speech credential"
method: GET
path: "/Accounts/{AccountSid}/SpeechCredentials/{SpeechCredentialSid}"
tags: ["Speech"]
---

# get a specific speech credential

`GET /Accounts/{AccountSid}/SpeechCredentials/{SpeechCredentialSid}`

## 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` — credential 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)
