assemblyai_list_transcripts
Retrieve a list of recent AssemblyAI transcripts for your account with optional filters by status, limit, and cursor pagination.
Instructions
List recent AssemblyAI transcripts for the account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | AssemblyAI API key | |
| limit | No | Number of transcripts to return (default: 10, max: 200) | |
| status | No | Filter by status | |
| after_id | No | Cursor: return transcripts after this ID | |
| before_id | No | Cursor: return transcripts before this ID |