list_files
List uploaded receipts, invoices, and PDFs from Billy accounting with pagination. Supports compact or verbose response to save context.
Instructions
List files uploaded to Billy (receipts, invoices PDFs, etc.). Files are append-only via the API.
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) |