List invoices
list_invoicesRetrieve invoices from Karbon with support for filtering by status (Approved, AwaitingPayment, Paid, Exported, Voided) and other OData expressions for targeted results.
Instructions
List invoices in Karbon (read-only). Supports OData filtering, e.g. filter: "InvoiceStatus eq 'AwaitingPayment'" or "TotalAmountDue gt 0". Statuses: Approved, AwaitingPayment, Paid, Exported, Voided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results to return (1-100, default 100) | |
| skip | No | Number of results to skip, for pagination | |
| filter | No | OData $filter expression, e.g. "contains(FullName,'Smith')" or "PrimaryStatus eq 'InProgress'". Operators: eq, ne, gt, ge, lt, le, and, or, contains(). | |
| orderby | No | OData $orderby, e.g. "LastModifiedDateTime desc" |