v1

latestSwagger 2.02026-07-146610689.7 KB
v2

Search files

Use this API method to search for files based on one or more criteria: file name; folder path; file extension; content type; created/modified time; or with some specific meta information.

Up to 1000 results can be returned. If you need more results, use the scroll API method.

post/v2/files/search

Request body

querystring
sortModel38
fromnumber
sizenumber
scrollboolean

Start a scrolling search.

Example request

{
  "query": "extension:.jpg AND mtime:[now-30d TO now] AND -dirname:\\/.Trash",
  "size": 5
}

Response

Successful