List a directory inside a sandbox
Returns a one-level listing of a directory inside the sandbox. The
listing is served through the control plane, so it works on every
sandbox regardless of when it was created. A paused sandbox is resumed
automatically before the listing and stays active afterward.
modified_unix is 0 for entries on older sandboxes that predate that
field.
Authorizations
Path Parameters
The unique identifier of the sandbox.
Public sandbox ID: a bare UUID, or the region-tagged form sb-<region>-<uuid> (e.g. sb-use-1b4e28ba-…). Treat as an opaque string; the tagged form routes the request to the sandbox's home region. Endpoints accept both forms interchangeably.
^(sb-[a-z0-9]+-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Query Parameters
Absolute directory path to list. Defaults to "/".
"/home/user"
Response
Directory listing