list_meetings
Retrieve meetings recorded or shared with you, with filters for participants, dates, teams, and recording users, plus optional summaries, transcripts, action items, and CRM matches.
Instructions
List meetings recorded by or shared with the authenticated user.
Supports pagination via cursor and various filtering options including participants, date ranges, recording users, and teams. Can optionally include action items, CRM matches, summaries, and transcripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teams | No | List of team names to filter by | |
| cursor | No | ||
| recorded_by | No | List of user emails who recorded the meetings | |
| created_after | No | ISO 8601 timestamp to filter meetings created after this date | |
| created_before | No | ISO 8601 timestamp to filter meetings created before this date | |
| include_summary | No | ||
| calendar_invitees | No | List of email addresses to filter by | |
| include_transcript | No | ||
| include_crm_matches | No | ||
| include_action_items | No | ||
| calendar_invitees_domains | No | List of company domains to filter by | |
| calendar_invitees_domains_type | No | Filter by external/internal meetings: 'only_internal' or 'one_or_more_external' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||