Endpoints
List transcripts
Retrieve a paginated list of transcripts within a specified category.
Results are paginated and include summary information for each transcript. To retrieve the full transcript text for a given transcript, use the get transcript endpoint.
Path parameters
The transcript category to list transcripts from.
Response
Returns a paginated response containing transcript summary objects.Total number of transcripts matching the query.
URL for the next page of results, or
null if there are no more pages.URL for the previous page of results, or
null if this is the first page.List of transcript summary objects.