path, or pass an empty string, to list the root. No endpoint returns the whole tree: walk it by calling this one once per folder, using each folder’s path.
Auth: API key required. A dashboard session cookie also works.
Query parameters
Response
Folder object:
name, string: folder name, without any parent pathpath, string: full path relative to the storage root. Pass it back aspathto descend into it, or as the{path}segment of the other storage endpoints
name, string: file name, without any parent pathpath, string: full path relative to the storage root. Use it as the{path}segment of the other storage endpoints, and after/t/to deliver the filesize, number: size in bytes. May be absent on cloud storage backends that do not report it for a given objectmtime, string: ISO 8601 last-modified timestamp. May be absent for the same reason assize
Related
Stats & Folder Summaries
Item counts and preview thumbnails, plus aggregate usage.
File Metadata
Get size and timestamps for a specific file.
Move File or Folder
Move a file or folder into a different parent folder.
Delete
Remove a file or a folder and its cached variants.