get_files
Need to find specific files? Retrieve files from Directus CMS using filters, search, sorting, and pagination to get exactly the assets you need.
Instructions
Get files with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort fields | |
| limit | No | Number of files to return (default: 25) | |
| fields | No | Fields to return | |
| filter | No | Filter conditions | |
| offset | No | Number of files to skip | |
| search | No | Search query |