fireflies_get_transcripts
Retrieve meeting transcripts from Fireflies.ai with optional date filtering and limit controls to manage large datasets and prevent timeouts.
Instructions
Retrieve a list of meeting transcripts with optional filtering. By default, returns up to 20 most recent transcripts with no date filtering. Note that this operation may take longer for large datasets and might timeout. If a timeout occurs, a minimal set of transcript data will be returned.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of transcripts to return (default: 20). Consider using a smaller limit if experiencing timeouts. | |
| from_date | No | Start date in ISO format (YYYY-MM-DD). If not specified, no lower date bound is applied. Using a narrower date range can help prevent timeouts. | |
| to_date | No | End date in ISO format (YYYY-MM-DD). If not specified, no upper date bound is applied. Using a narrower date range can help prevent timeouts. |