GET
/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.jsonList recording transcriptions
Lists transcriptions associated with a specific recording. Use PageSize, Page, and PageToken to control pagination and retrieve the transcription resources for RecordingSid.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that created the transcription resources. Must be a 34-character SID beginning with `AC`.
RecordingSidstringrequired
The recording SID whose transcriptions you want to list. Must be a 34-character SID beginning with `RE`.
PageSizeintegeroptional
The number of resources to return per page. Must be between 1 and 1000 and defaults to 50 when omitted.
Pageintegeroptional
The page index used for client-side pagination state. Must be zero or greater when provided.
PageTokenstringoptional
The pagination token supplied by the API for retrieving a subsequent page.
200Returns a paginated object containing transcription resources and navigation metadata including `first_page_uri`, `next_page_uri`, `previous_page_uri`, `page`, and `page_size`.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
transcriptionsarray<object>optional
Error handling
AccountSid must be a 34-character account SID beginning with AC, and RecordingSid must be a 34-character recording SID beginning with RE. PageSize must be between 1 and 1000, while Page must be zero or greater; use the API-provided PageToken to continue through result pages.