list_spendings
Retrieve expense records filtered by date range, category, or payment source to review and analyze spending.
Instructions
List expense records, optionally filtered by date range, category, or source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| limit | No | Max results (default: 100) | |
| sourceId | No | Filter by payment source ID | |
| categoryId | No | Filter by category ID |