get-transactions
Retrieve account transactions with optional filters for date range, amount, payee, or category to analyze spending and reconcile balances.
Instructions
Get transactions for an account with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| endDate | No | ||
| accountId | Yes | ||
| maxAmount | No | ||
| minAmount | No | ||
| payeeName | No | ||
| startDate | No | ||
| categoryName | No |