list_meetings
Retrieve paginated meetings filtered by team, date, or invitee, with optional action items and CRM matches.
Instructions
Retrieve paginated meetings with filtering and optional content inclusion (action items, CRM matches).
Examples: list_meetings() # Get all meetings (paginated) list_meetings(created_after="2024-01-01T00:00:00Z") # Meetings after specific date list_meetings(teams=["Sales", "Engineering"]) # Filter by specific teams list_meetings(calendar_invitees=["john.doe@company.com", "jane.smith@client.com"]) # Filter by specific attendees list_meetings(calendar_invitees_domains=["company.com", "client.com"]) # Filter by attendee domains
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teams | No | ||
| cursor | No | ||
| per_page | No | Number of results per page (default: 50) | |
| recorded_by | No | ||
| created_after | No | ||
| created_before | No | ||
| calendar_invitees | No | ||
| include_crm_matches | No | ||
| include_action_items | No | ||
| calendar_invitees_domains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||