billy_list_invoices
Retrieve invoices from Billy accounting using filters for state, payment, contact, and pagination to locate specific records quickly.
Instructions
List invoices with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| state | No | Filter by invoice state | |
| isPaid | No | Filter by payment status | |
| include | No | Related resources to include | |
| pageSize | No | Number of items per page (max 1000) | |
| contactId | No | Filter by contact ID | |
| sortProperty | No | Property to sort by | |
| sortDirection | No | Sort direction |