list_expenses
Retrieve and filter expenses by date, status, or customer to view details like account, amount, and vendor.
Instructions
List all expenses. Supports filtering by date, status, and customer. Returns expense details with account, amount, and vendor info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | No | Zoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided) | |
| date_start | No | Start date (YYYY-MM-DD) | |
| date_end | No | End date (YYYY-MM-DD) | |
| status | No | Filter by status | |
| customer_id | No | Filter by customer | |
| vendor_id | No | Filter by vendor | |
| sort_column | No | ||
| page | No | ||
| per_page | No |