search_transactions
Search and filter company transactions by date, type, status, tags, or external ID to find specific financial records with pagination support.
Instructions
Search and filter company transactions with pagination. Supports filtering by date range, type, tag, status, external ID, and more.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromDate | No | Start date filter (ISO 8601) | |
| toDate | No | End date filter (ISO 8601) | |
| types | No | Transaction types to filter (DEPOSIT, WITHDRAWAL, YIELD, etc.) | |
| tags | No | Transaction tags to filter (SALARY, SUPPLIER, SERVICE, RENTAL) | |
| states | No | Transaction statuses to filter (SUCCESS, PENDING, PROCESSING, FAILED, PREVIEW) | |
| externalId | No | Filter by external ID | |
| nameAmountFilter | No | Filter by name or amount | |
| cursor | No | Pagination cursor from previous response | |
| pageSize | No | Number of results per page (default: 10) | |
| field | No | Sort field | |
| order | No | Sort order | |
| depositAddressIds | No | Filter by deposit address IDs | |
| sendingFromDate | No | Filter scheduled transactions from date (ISO 8601) | |
| sendingToDate | No | Filter scheduled transactions to date (ISO 8601) | |
| scheduledTransactions | No | Include only scheduled transactions |