Search files
POST/api/v1/storage/search-files
Searches the effective user's tracked files using a case-insensitive filename substring or a case-insensitive complete tag. File contents, such as text inside a PDF, are not searched.
Supported FileFilter fields narrow candidates before the query is applied, and
all listed tags must be present. The date filters
uploadedAfter and
uploadedBefore are accepted
but currently not enforced; do not offer a date range as an effective filter.
maxResults caps a single
response; search does not paginate. If results are too broad, let the customer
refine the name, tag or folder rather than promising a complete result set.
Request
Responses
- 200
Search results returned
Document ID: DOC-CP-files-data-api-searchFiles. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-CP-files-data-api-searchFiles#overview |
| Request | DOC-CP-files-data-api-searchFiles#request |
| Responses | DOC-CP-files-data-api-searchFiles#responses |