List Workspace Directory
List one directory level, reachable from a session’s workspace.
Paths are not confined to the workspace root: for a sandboxed backend the reachable filesystem is the sandbox, and for a local one the caller is already trusted with the host.
Headers
Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.
Query Parameters
Absolute path, or one relative to the workspace root. Empty lists the workspace root itself.
Response
Successful Response
The entry name, without any leading directory.
Whether the entry is itself a directory.
File size in bytes. Always null for a directory, and null for a file the backend could not stat.
Last modification time as a Unix timestamp.