List objects
Lists objects and directories for a remote path, returning the same fields as rclone lsjson.
Query parameters
Remote name or path to list, for example drive:.
Directory path within fs to list; leave empty to target the root.
Optional JSON-encoded object of listing flags (e.g. { "recurse": true, "showHash": true }).
Set to true to list directories recursively.
Set to true to omit modification times for faster listings on some backends.
Set to true to include encrypted names when using crypt remotes.
Set to true to include original backend identifiers where available.
Set to true to include hash digests for each entry.
Set to true to omit MIME type detection.
Set to true to return only directory entries.
Set to true to return only file entries.
Set to true to include backend-provided metadata maps.
Specify one or more hash algorithms to include when showHash is true (e.g. md5).
Assign the request to a custom stats group.
Run the command asynchronously. Returns a job id immediately.
Headers
Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.
Request body
Response
Directory listing entries from operations/list, mirroring the lsjson format.