list_expenses
List all expenses within a given date range. Specify start_date and end_date to retrieve expense entries for that period, enabling tracking and review.
Instructions
List all expenses between start_date and end_date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |