wafeq_files_list
Retrieve a paginated list of files from Wafeq. Filter results by file size, creation or modification date, MIME type, or original filename to find specific documents.
Instructions
๐ข READ-ONLY ยท Files ยท GET /files/
List files
Endpoint for retrieving a list of files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| mime_type | No | ||
| page_size | No | Number of results to return per page. | |
| file_size_max | No | ||
| file_size_min | No | ||
| created_ts_after | No | The timestamp in UTC when the file was created | |
| created_ts_before | No | The timestamp in UTC when the file was created | |
| modified_ts_after | No | The timestamp in UTC when the file was last modified | |
| original_filename | No | ||
| modified_ts_before | No | The timestamp in UTC when the file was last modified |