export_all_meetings
Export all meetings from Fathom.video to a specified directory, optionally filtering by creation date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | Directory to save files (defaults to workspace/transcripts) | |
| created_after | No | ISO 8601 timestamp - only export meetings after this date | |
| created_before | No | ISO 8601 timestamp - only export meetings before this date |