Get Notetaker Meetings
get_notetaker_meetingsRetrieve notetaker meetings with optional details including summaries, topics, action items, and transcripts. Filter by access level, search, or specific IDs.
Instructions
Retrieve notetaker meetings with optional detailed fields. Use include_summary, include_topics, include_action_items, and include_transcript flags to control which details are returned. Use access to filter by meeting access level (OWN, SHARED_WITH_ME, SHARED_WITH_ACCOUNT, ALL). Defaults to OWN. Supports filtering by ids, search term, and cursor-based pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Filter by specific meeting IDs. Use this to fetch one or more specific meetings in a single call. | |
| access | No | Filter meetings by access level. OWN: meetings the user participated in or invited the bot to. SHARED_WITH_ME: meetings shared with the user or their team. SHARED_WITH_ACCOUNT: meetings shared with the entire account. ALL: all meetings the user has access to. | OWN |
| limit | No | Maximum number of notetaker meetings to return per page (1-100). | |
| cursor | No | Cursor for pagination. Use cursor from the previous page_info to fetch the next page. | |
| search | No | Search notetaker meetings by title, participant name, or email. | |
| include_summary | No | Whether to include the AI-generated summary for each meeting. | |
| include_topics | No | Whether to include discussion topics and talking points for each meeting. | |
| include_action_items | No | Whether to include action items for each meeting. | |
| include_transcript | No | Whether to include the full transcript for each meeting. Transcripts can be very large. |