Get Transactions
get_transactionsFetch company transactions using filters such as date range, category, amount, and search. Each result includes currency, amount in GBP, and exchange rate.
Instructions
Get transactions for the company with optional filters. Returns currency, amount_gbp and exchange_rate. For currency-split income totals prefer get_income_by_currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50, max 100) | |
| offset | No | Skip this many rows (default 0) for pagination | |
| search | No | Search in description | |
| to_date | No | End date (YYYY-MM-DD) | |
| category | No | Filter by category | |
| direction | No | in = income; out = expense | |
| from_date | No | Start date (YYYY-MM-DD) | |
| max_amount | No | Maximum amount | |
| min_amount | No | Minimum amount |