get_note
Retrieve meeting notes by ID from Granola. Optionally include transcripts to access full meeting content for review and analysis.
Instructions
Fetch a Granola note by ID. Pass include="transcript" to also return the transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID, like not_XXXXXXXXXXXXXX. | |
| include_transcript | No | Include the meeting transcript. |