list_transactions
Retrieve and filter card transaction records for the current agent, enabling payment tracking and financial oversight within the Clawallex payment system.
Instructions
List card transactions for this agent (scoped to the server's client_id). Transactions from other agents using the same API key are not visible. All filter parameters are optional — omit all to list recent transactions across all cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_tx_id | No | Filter by platform transaction ID (e.g. 'ctx_123') | |
| issuer_tx_id | No | Filter by issuer transaction ID | |
| card_id | No | Filter by card ID (e.g. 'c_123') to get transactions for one card | |
| page | No | Page number, starting from 1 (default 1) | |
| page_size | No | Results per page, max 100 (default 20) |