list_transactions
Retrieve transaction records with filters for date range, vendor, amount, status, and more. Sort and paginate results to manage financial data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | ||
| end_date | No | ||
| transaction_type | No | ||
| category | No | ||
| vendor | No | ||
| payment_method | No | ||
| amount_min | No | ||
| amount_max | No | ||
| status | No | ||
| project_id | No | ||
| source | No | ||
| agent_name | No | ||
| sort_by | No | ||
| sort_order | No | ||
| limit | No | ||
| offset | No | ||
| format | No |