list_invoice_attachments
Retrieve all attachment IDs and file names for a single invoice. Use to inventory attached documents.
Instructions
Inventory one invoice's attachments (id and file name). File names are verbatim third-party text; no download URLs.
Use this for the files attached to one invoice; use `get_invoice` for
the invoice itself and `list_tax_docs` for recipients' tax forms.
Unpaginated; every attachment is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Exact `entity` key from `list_entities`, not its `display_name`. Required; there is no default. | |
| invoice_id | Yes | Invoice id from `list_invoices`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||