| ⚠️ 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 |
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
OK
transcripts.TranscriptPaged model
A page of Transcript results
100{
"prevUrl": "https://api.affinity.co/v2/foo?cursor=ICAgICAgYmVmb3JlOjo6Nw",
"nextUrl": "https://api.affinity.co/v2/foo?cursor=ICAgICAgIGFmdGVyOjo6NA"
}