| ⚠️ 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 | Description | Type | Allowed Operators | Examples |
|---|---|---|---|---|
id | Filter transcripts by id | int32 | = | id=1 |
createdAt | Filter transcripts by when it was created | datetime | >, <, >=, <= | createdAt<2025-02-04T10:48:24Z |
Documentation Index
Fetch the complete documentation index at: https://developer.affinity.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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
0 <= x <= 100Filter options