Fetch an instance of a Transcription
Text transcriptions of call recordings
Fetch an instance of a Transcription
Path parameters
-
The SID of the Account that created the Transcription resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AC[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the Transcription resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^TR[0-9a-fA-F]{32}$
.
GET
/2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json
curl \
--request GET 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json' \
--user "username:password"
Response examples (200)
{
"sid": "TRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions/TRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
"type": "fast",
"price": "-0.05000",
"status": "failed",
"duration": "1",
"price_unit": "USD",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"api_version": "2008-08-01",
"date_created": "Sun, 13 Feb 2011 02:12:08 +0000",
"date_updated": "Sun, 13 Feb 2011 02:30:01 +0000",
"recording_sid": "REaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"transcription_text": "(blank)"
}