JavaScript
Files
List files
Lists the files at the directory path given in the path query parameter, returning each entry’s metadata along with the path and total count.
GET
JavaScript
path must be an absolute directory path on the device, e.g. /sdcard/Download. The response contains the directory’s direct entries only — it does not recurse into subdirectories.
File access is available on Android devices only; file requests against an iOS device fail with 400.
Depending on the device type, some entry metadata (
owner, group, permissions, hardLinks) may be zeroed rather than reflect real values.Authorizations
Bearer token via Authorization header
Headers
Required range:
x >= 0