list_meetings
Retrieve a filtered list of Fathom meetings by date, team, and pagination to find specific meetings for review or processing.
Instructions
List your Fathom meetings with optional date, team, and pagination filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of meetings to return (1-100, default 10) | |
| cursor | No | Pagination cursor from previous response | |
| team_id | No | Filter meetings by team ID | |
| to_date | No | Filter meetings to this date (ISO 8601: 2026-12-31) | |
| from_date | No | Filter meetings from this date (ISO 8601: 2026-01-01) |