list_meetings
Fetch Fathom meetings by date range, external participant status, and result limit for transcript, summary, and action-item review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of meetings to return (default: 10, use 0 for all) | |
| created_after | No | ISO 8601 timestamp - only return meetings after this date | |
| created_before | No | ISO 8601 timestamp - only return meetings before this date | |
| include_external_only | No | Only include meetings with external participants |