List
Use this endpoint for the Recording Transcriptions method to read all of the recording transcriptions that are associated with your account. This will be returned as a list of transcriptions.
Path parameters
AccountSid
The unique identifier for the account that created this transcription.
Query parameters
DateCreated
Filter by transcriptions created on this exact date (RFC 2822 format).
DateCreated<
Filter by transcriptions created before this date (RFC 2822 format).
DateCreated>
Filter by transcriptions created after this date (RFC 2822 format).
Page
The page number to retrieve (zero-indexed).
PageSize
The number of results per page. Default is 50, maximum is 1000.
PageToken
Token for cursor-based pagination. Required when navigating to pages beyond the first.
Response
uri
The URI of the current page.
first_page_uri
The URI of the first page.
next_page_uri
The URI of the next page. Null if there are no more pages.
previous_page_uri
The URI of the previous page. Null if this is the first page.
page
The current page number (zero-indexed).
page_size
The number of items per page.
transcriptions
List of transcriptions.
Response
Request examples
Request: list all transcriptions from a recording
List all of the transcriptions that were generated from a single recording.