List Transactions
list_transactionsRetrieve paginated bank transactions filtered by type, status, date range, amount, or bank reference. Choose brief or full detail view.
Instructions
List bank transactions. Paginated. Returns brief view by default; pass view='full' or call get_transaction for full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| type | No | Filter by transaction type: C or D. Narrowed server-side. | |
| view | No | Response detail: brief (default) returns triage fields; full returns every API field. | |
| status | No | Filter by status: PROJECT, CONFIRMED, or VOID. Narrowed server-side. | |
| date_to | No | Only transactions with date <= this (YYYY-MM-DD). Narrowed server-side. | |
| per_page | No | Items per page (default 100, max 500); applies only when a client-side filter (amount/bank-ref/dimension) is active. | |
| date_from | No | Only transactions with date >= this (YYYY-MM-DD). Narrowed server-side. | |
| amount_max | No | Only transactions whose EUR-equivalent amount (base_amount ?? amount) <= this | |
| amount_min | No | Only transactions whose EUR-equivalent amount (base_amount ?? amount) >= this | |
| clients_id | No | Filter by clients_id. Narrowed server-side. | |
| has_bank_ref | No | true = only transactions with a bank_ref_number; false = only without | |
| modified_since | No | Return only objects modified since this timestamp (ISO 8601) | |
| bank_ref_contains | No | Case-insensitive substring match on bank_ref_number (client-side) | |
| accounts_dimensions_id | No | Filter by bank account dimension ID (client-side) |