search_transcripts
Find transcripts in the signed-in person's library, filtered by folder, tag, workspace, status or filename, newest first. This is where the transcription ids that tag_transcriptions, move_to_folder, get_transcript_audio, chat_with_transcript and run_automation need come from — start here. NOT the same as list_transcriptions, which takes an API key and lists metered API jobs instead. Read-only. Requires an OAuth 2.1 user access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only transcripts carrying this exact tag. | |
| limit | No | Rows to return, 1-200. Default 50. | |
| query | No | Match against the original filename. | |
| offset | No | Rows to skip — pass next_offset from a previous call. | |
| status | No | Filter by status. Most tools here need "completed". | |
| folder_id | No | Only transcripts in this folder, or null for those in no folder. | |
| workspace_id | No | Restrict to one workspace. |