books_get_invoices
Retrieve invoices from Zoho Books with filters for status, customer, date, and search. Use pagination to browse invoice history and find details for payments.
Instructions
Get invoices from Books with filtering and pagination. Use to find invoices for payments, get invoice details, or browse invoice history.
Related tools: books_create_invoice (to create), books_create_payment (to pay), books_get_customer (customer details)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (starts at 1) | |
| status | No | Filter by invoice status (e.g., "sent", "paid", "overdue", "draft") | |
| per_page | No | Number of invoices per page (1-200) | |
| filter_by | No | Advanced filter (e.g., "Status.All", "Date.LastMonth") | |
| sort_order | No | Sort order: A=ascending, D=descending | |
| customer_id | No | Filter by customer ID (get from books_get_customers) | |
| search_text | No | Search across invoice numbers, customer names, and content | |
| sort_column | No | Column to sort by (e.g., "invoice_number", "date", "total", "balance") |