get_transactions
Retrieve financial transactions using filters like date range, category, merchant, amount, and tags. Narrow down results to find specific transactions for analysis or reporting.
Instructions
Get transactions with various filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags | |
| limit | No | Number of results per page | |
| offset | No | Number of results to skip | |
| endDate | No | End date (ISO format or DD-MM-YYYY) | |
| category | No | Filter by category | |
| merchant | No | Filter by merchant name | |
| accountId | No | Filter by account ID | |
| maxAmount | No | Maximum amount filter | |
| minAmount | No | Minimum amount filter | |
| startDate | No | Start date (ISO format or DD-MM-YYYY) | |
| includeExcluded | No | Include excluded transactions | |
| excludeTransfers | No | Exclude transfer transactions |