Skip to main content
GET
Get all Transcripts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

totalCount
boolean
default:false

Include total count of the collection in the pagination response

cursor
string

Cursor for the next or previous page

limit
integer<int32>
default:20

Number of items to include in the page

Required range: 0 <= x <= 100
filter
string

Filter options

Response

OK

transcripts.TranscriptPaged model

data
transcripts.BaseTranscript · object[]
required

A page of Transcript results

Maximum array length: 100
pagination
PaginationWithTotalCount · object
required