get_transactions
Filter and retrieve transactions by account, date, category, payee, or amount to view detailed spending information.
Instructions
List transactions with optional filters. Returns date, payee, category, amount, notes, account, and cleared status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account name or ID to filter by | |
| start_date | No | Start date (YYYY-MM-DD or natural language like "start of month", "30 days ago"). Defaults to start of current month. | |
| end_date | No | End date (YYYY-MM-DD or natural language). Defaults to today. | |
| category | No | Category name to filter by (partial match) | |
| payee | No | Payee name to filter by (partial match) | |
| min_amount | No | Minimum amount in human format (e.g., -500 for expenses of at least 500) | |
| max_amount | No | Maximum amount in human format | |
| limit | No | Maximum number of transactions to return (default 50) |