GET /files
Summary: Returns a paginated list of files
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Parameters (4)
limit
(integer, query, optional)
The maximum number of results to return per page
pageNumber
(integer, query, optional)
The result set page number to be returned
query
(string, query, optional)
A query document. Example: {'name':'file.txt'} matches all the files that have the name 'file.txt'
sort
(string, query, optional)
A sort document. Example: {'name':1} sorts the results by name in ascending order
No probe data for this endpoint yet.