GET
granola_notes_get.py
from charter.packs import granola
result = await granola.notes_get.ainvoke({"noteId": ...})
Path parameters
| Field | Type | Description |
|---|---|---|
noteId * | string | The ID of the note, as returned by the list endpoint — a not_ prefix followed by fourteen alphanumeric characters. The UUID in a Granola web app URL is a different identifier and is not accepted here. matches ^not_[a-zA-Z0-9]{14}$ |
Query parameters
| Field | Type | Description |
|---|---|---|
include | string | Include the note transcript in the response. If it is too large to return inline, Get Note returns TRANSCRIPT_TOO_LARGE; retrieve it in pages from /v1/notes/{note_id}/transcript. |