Get an invoice
bill_get_invoiceRetrieve a complete invoice with header, line items, tax lines, and payment applications. Use after obtaining invoice ID from listing invoices.
Instructions
Get one invoice in full: header, line items, tax lines, and payment applications. Use after finding the invoice id via bill_list_invoices. Returns 404 for invoices not owned by you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | Invoice id (from bill_list_invoices) |