bank_get_transactions
Retrieve settled bank transactions for a specific Akahu account ID, with optional ISO 8601 date range filtering. Fetches all accessible transactions if no dates provided.
Instructions
Get settled (posted) transactions for one bank account by its Akahu account ID, optionally within a date range. Dates are ISO 8601 (e.g. "2026-06-01"). start is exclusive, end is inclusive, matching Akahu semantics. Omit both to get all transactions the app can access (up to its historical access window).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ISO 8601 date/time, inclusive upper bound. Omit for the latest available. | |
| start | No | ISO 8601 date/time, exclusive lower bound. Omit for the earliest available. | |
| account | Yes | The Akahu account ID to fetch. |