v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
TeXML REST Commands

Fetch a recording transcription resource

Returns the recording transcription resource identified by its ID.

get/texml/Accounts/{account_sid}/Transcriptions/{recording_transcription_sid}.json

Path parameters

account_sidstring required

The id of the account the resource belongs to.

recording_transcription_sidstring uuid required
Example:6a09cdc3-8948-47f0-aa62-74ac943d6c58

Uniquely identifies the recording transcription by id.

Response

Successful get Recording Transcription Response

account_sidstring
api_versionstring

The version of the API that was used to make the request.

call_sidstring
date_createdstring date-time
date_updatedstring date-time
durationstring nullable

The duration of this recording, given in seconds.

recording_sidstring

Identifier of a resource.

sidstring

Identifier of a resource.

status'in-progress' | 'completed'

The status of the recording transcriptions. The transcription text will be available only when the status is completed.

transcription_textstring

The recording's transcribed text

uristring

The relative URI for the recording transcription resource.

Example response

{
  "account_sid": "61bf923e-5e4d-4595-a110-56190ea18a1b",
  "api_version": "2010-04-01",
  "call_sid": "v3:KBnLO0ZK3DhKM5s7bE9VluaSmKsOchKht_fUYvxcp8ysbmzCCtpkmA",
  "date_created": "2023-08-11T19:12:11Z",
  "date_updated": "2023-08-11T19:12:11Z",
  "duration": "12",
  "recording_sid": "e9cea0be-7dbd-4b98-98b1-c0089d9d43b0",
  "sid": "e9cea0be-7dbd-4b98-98b1-c0089d9d43b0",
  "status": "completed",
  "transcription_text": "Good morning, how may I help you?",
  "uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Transcriptions/b08f0fa1-a32c-4218-b3b5-9cf78941ccac.json"
}