Get transcriptions
Retrieve a list of transcriptions.
Authorization
Authorization
RequiredBearer <token>In: header
Query parameters
limit
integerThe maximum number of transcriptions to return (minimum 1, maximum 1000).
Default:
1000
Minimum: 1
Maximum: 1000
cursor
stringPagination cursor for the next page of results.
Response body
200
A list of transcriptions.
transcriptions
Requiredarray<object>An array of transcriptions.
next_page_cursor
stringnext_page_cursor
is used for pagination, providing a token that references the next page of results. If the current response does not include all available data, the next_page_cursor
will contain a value that can be sent in the cursor parameter of a subsequent request to fetch the next page. If there are no additional results, this field will be null
.
Errors
A list of transcriptions.