list_bill_runs
List bill runs with optional filters by status, include related data like invoices, and control pagination and sorting.
Instructions
List bill runs. GET /bill-run. Optional: include (e.g. invoice), query (filter by status: completed, pending, error), orderBy, sortBy, itemPerPage, pageNo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Include related data (e.g. invoice) | |
| query | No | Filter by status: completed, pending, or error | |
| orderBy | No | Sort column | |
| sortBy | No | Sort direction | |
| itemPerPage | No | Items per page | |
| pageNo | No | Page number |