List entries of a workspace directory.
path (or omit it) to list the workspace root. The listing is not recursive — use GET /fs/zip to get the full tree as an archive.
name (string) — basename of the entry.path (string) — workspace-relative path of the entry.type (string) — one of file, dir, symlink, other.size (integer) — size in bytes (0 for directories).mode (integer) — Unix mode.mtime (string) — last modified timestamp (ISO 8601).| Status | Description |
|---|---|
400 | Invalid path. |
401 | Unauthorized — invalid or missing API key. |
404 | Session or directory not found. |