get_meeting
Retrieve a Fathom meeting by recording ID with optional AI summary, transcript, CRM matches, and action items for review or follow-up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recording_id | Yes | The recording ID of the meeting to retrieve | |
| include_summary | No | Include the AI summary (default: true) | |
| include_transcript | No | Include the full transcript (default: true) | |
| include_crm_matches | No | Include CRM matches (default: true) | |
| include_action_items | No | Include action items (default: true) |