List Expenses
list_expensesList expenses within an inclusive date range, with optional filters by category, tag, payment method, amount, and pagination. Retrieve specific expense records for analysis or review.
Instructions
List expenses within an inclusive date range, with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional — filter expenses that contain this tag. | |
| limit | No | Max rows to return (default 50). | |
| offset | No | Pagination offset (default 0). | |
| category | No | Optional — filter by category. | |
| end_date | Yes | End date (YYYY-MM-DD), inclusive. | |
| max_amount | No | Optional — maximum amount (inclusive, 0 = no upper limit). | |
| min_amount | No | Optional — minimum amount (inclusive). | |
| start_date | Yes | Start date (YYYY-MM-DD). | |
| subcategory | No | Optional — filter by subcategory. | |
| payment_method | No | Optional — filter by payment method. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||