list_notes
Retrieve and paginate through Granola meeting notes with filtering by creation date. Access meeting history with timestamp-based queries and cursor pagination.
Instructions
List Granola notes, most-recent first. Supports created_after/created_before ISO timestamps and a cursor for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max notes per page (default 20, max 100). | |
| created_after | No | ISO-8601 timestamp; only notes created strictly after this. | |
| created_before | No | ISO-8601 timestamp; only notes created strictly before this. | |
| cursor | No | Pagination cursor from previous response.hasMore. |