Daily notes in a time window
get_notesList daily notes of the authenticated user in a time window. from and to are optional ISO 8601 date or date-time (default ±31 days). The window cannot exceed 366 days. Dates in the result are YYYY-MM-DD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO 8601 date or date-time; default 31 days after now; the window cannot exceed 366 days | |
| from | No | ISO 8601 date or date-time; default 31 days before now; the window cannot exceed 366 days |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | Daily notes in the requested window |