Skip to main content

Download or List Files

GET 

/qlibs/:qlibid/q/:qhit/files/:path

Download or list the file at the given path.

Download a file

The request accepts an optional HTTP Range header to download only a specific section of the file.

List Files

In order to list files rather than downloading them, add a list query parameter to the request:

GET .../files/images?list or GET .../files/images?list=true

See List Files.

Retrieve file info only

If only the file info (via response status and headers) is needed, then use the HEAD HTTP method:

HEAD .../files/images/IMG_1234.jpg

Request

Responses

The file content was successfully retrieved