Search through files in the file manager. Does not display hidden or archived files.
files.ui_hidden.read
files
The access token received from the authorization server in the OAuth 2.0 flow.
A list of file properties to return.
Offset search results by this value. The default offset is 0 and the maximum offset of items for a given search is 10,000. Narrow your search down if you are reaching this limit.
Number of items to return. Default limit is 10, maximum limit is 100.
Sort files by a given field.
Search by a list of file IDs.
Search files by time of creation.
Search files by less than or equal to time of creation. Can be used with createdAtGte
to create a range.
Search files by greater than or equal to time of creation. Can be used with createdAtLte
to create a range.
Search files by time of latest updated.
Search files by less than or equal to time of latest update. Can be used with updatedAtGte
to create a range.
Search files by greater than or equal to time of latest update. Can be used with updatedAtLte
to create a range.
Search for files containing the given name.
Search files by path.
Search files within given folderId
.
Search files by exact file size in bytes.
Search files by less than or equal to file size. Can be used with sizeGte
to create a range.
Search files by greater than or equal to file size. Can be used with sizeLte
to create a range.
Search files by height of image or video.
Search files by less than or equal to height of image or video. Can be used with heightGte
to create a range.
Search files by greater than or equal to height of image or video. Can be used with heightLte
to create a range.
Search files by width of image or video.
Search files by less than or equal to width of image or video. Can be used with widthGte
to create a range.
Search files by greater than or equal to width of image or video. Can be used with widthLte
to create a range.
Search files by specified encoding.
Filter by provided file type.
Search files by given extension.
Search by file URL.
If true
, shows files that have been marked to be used in new content. If false
, shows files that should not be used in new content.
Search files by access. If true
, will show only public files. If false
, will show only private files.
Search files by a specific md5 hash.
Search files by exact expires time. Time must be epoch time in milliseconds.
Search files by less than or equal to expires time. Can be used with expiresAtGte
to create a range.
Search files by greater than or equal to expires time. Can be used with expiresAtLte
to create a range.
successful operation
Collections of files