search_invoices
Search invoices by date or billing period to retrieve invoice details including number, dates, customer, amounts, and status.
Instructions
Search invoices with optional filters.
Args: invoice_date: Exact invoice date (YYYY-MM-DD). For monthly billing, use the 1st of the month (e.g., "2026-01-01" for December billing). period_start: Billing period start date (YYYY-MM-DD). period_end: Billing period end date (YYYY-MM-DD). page: Page number (1-indexed). page_size: Results per page (default 50).
Returns invoices with number, dates, customer, amounts, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_date | No | ||
| period_start | No | ||
| period_end | No | ||
| page | No | ||
| page_size | No |