Get all Transcripts
Transcripts
Get all Transcripts
| ⚠️ This endpoint is currently in BETA |
|---|
Paginate through all transcripts and return basic metadata only. Use the single transcript endpoint to fetch the entire transcript data. Will only return transcripts that the current authenticated user has permission to see.
You can filter transcripts using the filter query parameter. The filter parameter is a string that you can specify conditions based on the following properties.
| Property Name | Type | Allowed Operators | Examples |
|---|---|---|---|
id | int32 | = | id=1 |
createdAt | datetime | >, <, >=, <= | createdAt<2025-02-04T10:48:24Z |
GET
Get all Transcripts
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Include total count of the collection in the pagination response
Cursor for the next or previous page
Number of items to include in the page
Required range:
0 <= x <= 100Filter options