TeXML REST Commands
List recording transcriptions
Returns multiple recording transcription resources for an account.
get/texml/Accounts/{account_sid}/Transcriptions.json
Path parameters
account_sidstring required
The id of the account the resource belongs to.
Query parameters
PageTokenstring
Used to request the next page of results.
PageSizeinteger
The number of records to be displayed on a page
Response
Successful list Recording Transcriptions Response
Example response
{
"end": 1,
"next_page_uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Transcriptions.json?PageToken=KRWXZPO&PageSize=1",
"page_size": 20,
"transcriptions": [
{
"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"
}
],
"uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Transcriptions.json?PageToken=YTBNAXPI&PageSize=1"
}