billy_list_bills
List vendor invoices with filters for payment status, state, and contact, plus pagination to manage large datasets.
Instructions
List bills (vendor invoices) with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| state | No | Filter by bill state | |
| isPaid | No | Filter by payment status | |
| 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 |