get_invoice
Retrieve full invoice details including line items and status by providing the invoice ID.
Instructions
Use this when the user wants to view details of a specific invoice by its ID. Returns full invoice data including line items and status. Do NOT use this for listing all invoices (use list_invoices) or cost analysis (use run_query).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the invoice to retrieve. |