Get invoice
get_invoiceRetrieve complete invoice details by numeric invoice ID, including status, totals, taxes, and line items. Use this when you need a full invoice record for a known ID.
Instructions
Read one invoice by numeric invoice ID: displayed number (id_code), client_id, status, date_billed, date_due, date_closed, currency, subtotal, total, paid, due (total minus paid), taxes and line_items with descriptions, quantities and amounts. Wraps Invoices.get. Use search_invoices first if you only know the displayed invoice number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | Numeric invoice ID (the `id` field, not the displayed number) |