list_meetings
Filter and list Fathom meetings by date, search terms, invitee domains, and more. Supports pagination and optional inclusion of AI summaries, transcripts, and action items.
Instructions
List Fathom meetings with optional filtering.
Returns a paginated list of meetings. Use the recording_id from the results to fetch summaries or transcripts with get_summary or get_transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of meetings to return (1-50) | |
| search | No | Smart search: matches titles, attendee names, and email domains (e.g., 'Acme' finds acme.com) | |
| cursor | No | Pagination cursor from previous response | |
| created_after | No | Filter meetings created after this ISO timestamp (e.g., 2025-01-01T00:00:00Z) | |
| created_before | No | Filter meetings created before this ISO timestamp (e.g., 2025-12-31T23:59:59Z) | |
| include_summary | No | Include AI-generated summary in the response | |
| include_transcript | No | Include full transcript in the response | |
| include_action_items | No | Include action items in the response | |
| recorded_by | No | Filter by email addresses of users who recorded the meetings | |
| teams | No | Filter by team names | |
| calendar_invitees_domains_type | No | Filter by invitee type: 'all', 'only_internal', or 'one_or_more_external' | |
| invitee_domains | No | Filter by invitee email domains (e.g., ['acme.com', 'example.com']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||