get_bill_run_invoices
Retrieve paginated invoices for a specific bill run in the Rebillia MCP Server. Use this tool to access billing documents by providing the bill run ID and optional pagination parameters.
Instructions
Get invoices for a bill run. GET /bill-run/{billRunId}/invoices. Returns paginated invoices. Optional: pageNo, itemPerPage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| billRunId | Yes | Bill run ID (required) | |
| pageNo | No | Page number (default: 1) | |
| itemPerPage | No | Items per page (default: 25) |