v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061971481.8 MB
Api20100401Transcription

Fetch an instance of a Transcription

Fetch an instance of a Transcription

get/2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json

Path parameters

AccountSidstring required

The SID of the Account that created the Transcription resource to fetch.

Sidstring required

The Twilio-provided string that uniquely identifies the Transcription resource to fetch.

Response

OK

account_sidstring nullable

The SID of the Account that created the Transcription resource.

api_versionstring nullable

The API version used to create the transcription.

date_createdstring date-time-rfc-2822 nullable

The date and time in GMT that the resource was created specified in RFC 2822 format.

date_updatedstring date-time-rfc-2822 nullable

The date and time in GMT that the resource was last updated specified in RFC 2822 format.

durationstring nullable

The duration of the transcribed audio in seconds.

pricenumber nullable

The charge for the transcript in the currency associated with the account. This value is populated after the transcript is complete so it may not be available immediately.

price_unitstring currency nullable

The currency in which price is measured, in ISO 4127 format (e.g. usd, eur, jpy).

recording_sidstring nullable

The SID of the Recording from which the transcription was created.

sidstring nullable

The unique string that that we created to identify the Transcription resource.

status'in-progress' | 'completed' | 'failed'

The status of the transcription. Can be: in-progress, completed, failed.

transcription_textstring nullable

The text content of the transcription.

typestring nullable

The transcription type. Can only be: fast.

uristring nullable

The URI of the resource, relative to https://api.twilio.com.