list_account_transactions
Retrieve all transactions affecting a specific account, including journals, invoices, and bills, to support account reconciliation and financial analysis.
Instructions
List transactions for a specific account. Returns all transactions (journals, invoices, bills, etc.) affecting this account. Useful for account reconciliation and analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | No | Zoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided) | |
| account_id | Yes | Account ID to get transactions for | |
| date_start | No | Start date (YYYY-MM-DD) | |
| date_end | No | End date (YYYY-MM-DD) | |
| sort_column | No | Column to sort by |