List invoices
invoice.listUse this when the user asks about invoices: outstanding, overdue, paid, drafts, sent this month, which clients owe money, or a specific client's invoices. Returns invoice summaries with status and totals. Use invoice.get for line items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| client | No | ||
| status | No | Default "all". "outstanding" = sent or viewed; "overdue" = outstanding and past due. | |
| end_date | No | Issue date to | |
| start_date | No | Issue date from |