files_list
Retrieve files attached to orders or customers. Filter by filename, order ID, or customer ID with pagination support.
Instructions
List files attached to orders/customers. Returns {files[], pagination}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Results per page (max 100) | |
| filter_filename | No | Filter by filename (partial match) | |
| filter_order_id | No | Filter files attached to an order | |
| filter_customer_id | No | Filter files attached to a customer |