GET
granola_folders_list.py
Pages by cursor:
cursor is sent back as cursor.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the folders this key can reach, sorted alphabetically. The listing is flat and each folder names its parent in parent_folder_id, so a hierarchy is reassembled from a full walk. Use it to find the folder_id that narrows a note listing or a webhook endpoint’s deliveries.
from charter.packs import granola
result = await granola.folders_list.ainvoke({})
cursor is sent back as cursor.| Field | Type | Description |
|---|---|---|
cursor | string | The cursor to continue from |
pageSize | integer | Maximum number of folders to return per page. The server returns 10 when this is absent. ≥ 1; ≤ 30 |
Was this page helpful?