List files
Path parameters
Wildcard path parameter
Query parameters
Pagination cursor
When false, returns collapsed directory entries instead of listing all files recursively. The number of entries returned can then be less than the limit, but there will always be a pagination link if there are more entries. Note: non-recursive listing hasn't a strong consistency guarantees.
Sort order. path (default) sorts lexicographically; uploadedAt sorts by most recent upload first. In recursive mode uploadedAt is only supported at the bucket root (no path prefix). In non-recursive mode, only supported at root or exact folder prefixes.
Sort direction. Defaults to asc for path and desc for uploadedAt.
Response
List of files and directories
Changes
Changed in 1 of the 81 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○