Retrieve a list of transcriptions belonging to the account used to make the request
Text transcriptions of call recordings
Retrieve a list of transcriptions belonging to the account used to make the request
Path parameters
-
The SID of the Account that created the Transcription resources to read.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AC[0-9a-fA-F]{32}$
.
GET
/2010-04-01/Accounts/{AccountSid}/Transcriptions.json
curl \
--request GET 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Transcriptions.json' \
--user "username:password"
Response examples (200)
Read full
{
"end": 0,
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=1&Page=0",
"page": 0,
"start": 0,
"page_size": 1,
"next_page_uri": null,
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=1&Page=0",
"transcriptions": [
{
"sid": "TRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions/TRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
"type": "fast",
"price": "0.00000",
"status": "completed",
"duration": "10",
"price_unit": "USD",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"api_version": "2008-08-01",
"date_created": "Thu, 25 Aug 2011 20:59:45 +0000",
"date_updated": "Thu, 25 Aug 2011 20:59:45 +0000",
"recording_sid": "REaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"transcription_text": null
}
],
"previous_page_uri": null
}
{
"end": 0,
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=1&Page=0",
"page": 0,
"start": 0,
"page_size": 1,
"next_page_uri": null,
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=1&Page=0",
"transcriptions": [],
"previous_page_uri": null
}