Sample - Twilio API
GET/2010-04-01/Accounts/{AccountSid}/Transcriptions.json

List account transcriptions

Lists transcriptions belonging to an account. Use PageSize, Page, and PageToken to control pagination, and use the returned page links or token to navigate through the results. Each response includes transcription resources together with page boundaries and navigation metadata.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

4 parameters
AccountSidstringrequired
The unique identifier of the account whose transcriptions you want to list. Must be a 34-character SID beginning with `AC`.
PageSizeintegeroptional
The number of transcription resources to return per page. Must be between 1 and 1000 and defaults to 50 when omitted.
Pageintegeroptional
The zero-based page index used for client-side pagination state. Defaults according to the API when omitted.
PageTokenstringoptional
The pagination token supplied by the API for retrieving a subsequent page.

1 status code
200Returns a paginated response containing transcription resources, page size and index, result boundaries, navigation URIs, and the collection URI.
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. PageSize must be between 1 and 1000, Page must be zero or greater, and PageToken must be a token supplied by the API when continuing pagination.