How get all files by JSON API ?

(from github.com/boyoyon8)
Is there a way to get “all the results” from the JSON API?

“all the result” are same data as Search results with keyword “*:*” on Administration Search page.

(from github.com/marevol)
Try *.
* is a match all query.

(from github.com/boyoyon8)
Oh great, Thanks!