get_single_recurring_item
Retrieve a single recurring item by its ID, with optional date range to show matching transactions.
Instructions
Retrieve a single recurring item by ID. Optional date range populates the matches object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recurringId | Yes | Id of the recurring item to query. Call get_recurring_items first to discover ids. | |
| 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. |