getTransactions
Retrieve and filter financial transactions from Lunch Money by date range, category, tags, account, or status to analyze spending patterns.
Instructions
List transactions with advanced filtering options including date range, category, tags, account, and status
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | ||
| end_date | No | ||
| category_id | No | ||
| tag_id | No | ||
| account_id | No | ||
| debit_as_negative | No | ||
| pending | No | ||
| status | No | ||
| offset | No | ||
| limit | No |