kontist_list_transactions
List business banking transactions with filters by date, amount, and cursor for pagination. Helps track inflows and outflows for account reconciliation.
Instructions
List recent Kontist transactions with optional filters. Default returns last 50. Amounts are in EUR (positive = inflow, negative = outflow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO date — filter transactions on/before this booking date | |
| from | No | ISO date (YYYY-MM-DD) — filter transactions on/after this booking date | |
| limit | No | Max number of transactions to return (default 50, max 200) | |
| cursor | No | Pagination cursor from previous call | |
| max_amount | No | Maximum transaction amount in EUR | |
| min_amount | No | Minimum transaction amount in EUR (negative for outflows) |