Granola integration (AI, Productivity). Imported from open-connector.
https://public-api.granola.ai/v1/notes
| Param | Type | Required | Description |
|---|---|---|---|
| created_before | string | optional | Date or date-time filter accepted by Granola, such as 2026-01-27 or 2026-01-27T… |
| created_after | string | optional | Date or date-time filter accepted by Granola, such as 2026-01-27 or 2026-01-27T… |
| updated_after | string | optional | Date or date-time filter accepted by Granola, such as 2026-01-27 or 2026-01-27T… |
| folder_id | string | optional | Granola folder ID used to filter notes. |
| cursor | string | optional | Cursor token returned by a previous Granola page. |
| page_size | integer | optional | Maximum number of records to return. Granola allows 1 to 30. |
/v1/notes/{note_id}
| Param | Type | Required | Description |
|---|---|---|---|
| note_id | string | required | Granola note ID to retrieve. |
| include | string | optional | Optional related Granola note data to include. |
/v1/folders
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Cursor token returned by a previous Granola page. |
| page_size | integer | optional | Maximum number of records to return. Granola allows 1 to 30. |