Recording Transcriptions
Retrieve a Transcription.
Retrieve a single recording transcription.
Permissions
The API token must include the following scopes: Voice.
get/Accounts/{AccountSid}/Transcriptions/{Sid}
Path parameters
AccountSidstring uuid required
The unique identifier for the account that created this transcription.
Sidstring uuid required
The unique identifier for the transcription.
Response
The request has succeeded.
Example response
{
"sid": "b3877c40-da60-4998-90ad-b792e98472tr",
"account_sid": "b3877c40-da60-4998-90ad-b792e98472ac",
"api_version": "2010-04-01",
"recording_sid": "b3877c40-da60-4998-90ad-b792e98472re",
"date_created": "Thu, 27 Sep 2018 02:00:00 +0000",
"date_updated": "Fri, 28 Sep 2018 03:00:00 +0000",
"duration": 60,
"price": "-0.00025",
"price_unit": "USD",
"status": "completed",
"transcription_text": "Hello, this is a test transcription.",
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Transcriptions/b3877c40-da60-4998-90ad-b792e98472tr.json"
}