list_attachments
List file attachments linked to records; filter by owner reference (e.g., invoice:id) to view attachments for a specific record.
Instructions
List attachments (file↔record links). Filter by owner to see what's attached to a specific record; ownerReference is applied client-side within the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| pageSize | No | Records per page (max 1000, default 50) | |
| ownerReference | No | Owner reference like 'daybookTransaction:<id>', 'invoice:<id>', 'bill:<id>' (client-side filter) |