Browse runtime sandbox
Context - Runtime
Browse runtime sandbox
List entries at a path in the workspace runtime sandbox. Omit path to list the root, or pass depth=-1 (with no path) to fetch the entire repository tree from the configured default branch on GitHub in one call.
GET
Browse runtime sandbox
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional path to browse, relative to the workspace working directory. Omit to list the root.
Recursion depth. Omit (or pass 1) to list a single directory level via the runtime sandbox. Pass -1 together with no path to fetch the entire repository tree from the configured default branch on GitHub in one call.
Required range:
-9007199254740991 <= x <= 9007199254740991
