get_recurring_items
Retrieve recurring items expected for a date range to see upcoming transactions and their match details.
Instructions
Retrieve a list of recurring items expected for a specified date range. The matches object on each item is populated based on the requested range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | Start of the range used to populate `matches` (YYYY-MM-DD). Defaults to the current month. Required if end_date is set. | |
| end_date | No | End of the range used to populate `matches` (YYYY-MM-DD). Required if start_date is set. | |
| include_suggested | No | If true, also returns recurring items suggested by the system that have not yet been reviewed. |