list_bill_runs
Retrieve and filter bill runs by status (completed, pending, error) with options to include related invoice data, sort results, and paginate through records.
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 |