GET
granola_notes_list.py
from charter.packs import granola
result = await granola.notes_list.ainvoke({})
Pages by cursor:
cursor is sent back as cursor.Query parameters
| Field | Type | Description |
|---|---|---|
createdBefore | string | Return notes created before this date. A date (2026-01-27) or a date-time (2026-01-27T15:30:00Z). |
createdAfter | string | Return notes created after this date. A date (2026-01-27) or a date-time (2026-01-27T15:30:00Z). |
updatedAfter | string | Return notes updated after this date. A date (2026-01-27) or a date-time (2026-01-27T15:30:00Z). |
folderId | string | Return notes in this folder and any of its child folders. Use the list folders endpoint to discover folder IDs. matches ^fol_[a-zA-Z0-9]{14}$ |
cursor | string | The cursor to continue from |
pageSize | integer | Maximum number of notes to return per page. The server returns 10 when this is absent. ≥ 1; ≤ 30 |