Get Open Invoices
get_open_invoicesRetrieve invoices by payment status or customer name to find outstanding balances and track payments.
Instructions
Search invoices, optionally filtered by payment status or customer name. Use this to find outstanding balances, track payments, or review billing history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_status | No | Filter by payment status (e.g., 'Outstanding', 'Partial', 'Paid'). Comma-separated for multiple. | |
| customer_name | No | Filter by customer name (partial match). | |
| page | No | Page number (default: 1). | |
| per_page | No | Results per page (default: 20, max: 50). |