getInvoiceById
getInvoiceByIdRetrieve detailed information for an invoice by its ID, optionally including line items.
Instructions
Retrieve details for a specific invoice by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoiceId | Yes | The unique ID of the invoice to retrieve. | |
| include_line_items | No | Whether to include line items in the response. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |