search_files_api_v1_files_search_get
Search files by filename using wildcard patterns with SQL-based filtering and pagination for efficient results.
Instructions
Search for files by filename with support for wildcard patterns. Uses SQL-based filtering with pagination for better performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename pattern to search for. Supports wildcards such as '*.txt' | |
| content | No | ||
| skip | No | Number of files to skip | |
| limit | No | Maximum number of files to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |