list_invoices
List invoices with optional filters. Use status "OVERDUE" to find unpaid invoices past due date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort column | |
| limit | No | Max results (default 20) | |
| order | No | Sort order | |
| search | No | Search by invoice number, account name, email, or phone | |
| status | No | Filter by invoice status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |