files_list
Read-only
Retrieve files linked to orders or customers, filter by filename, order ID, or customer ID, and paginate results.
Instructions
List files attached to orders/customers. Returns {files[], pagination}.
Input Schema
TableJSON 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 |