get_single_recurring_item
Fetch a recurring item by its ID from LunchMoney. Optionally include a date range to populate matching transactions.
Instructions
Retrieve a single recurring item by ID. Optional date range populates the matches object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End of the range used to populate `matches` (YYYY-MM-DD). Required if start_date is set. | |
| 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. | |
| recurringId | Yes | Id of the recurring item to query. Call get_recurring_items first to discover ids. |