Get invoice
get_invoiceFetch a single invoice by ID, optionally including related products, payments, client, and credit notes.
Instructions
Get one invoice. Common "with" values: products, payments, client, credit_notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| with | No | Relations to load (comma-separated) | |
| invoice_id | Yes | Invoice UUID |