Get a direct download URL
Returns a sandbox-scoped authenticated URL that downloads the requested
file directly from the sandbox with a plain GET. The URL contains a
short-lived file transfer token scoped to the target sandbox path.
Authorizations
API key passed as Bearer token
Path Parameters
Sandbox ID (e.g. sb_a1b2c3d4)
Body
Sandbox path to target. Absolute paths may target valid sandbox locations such as /workspace, /data, /tmp, or /context where present. Relative paths resolve from the sandbox cwd when set, otherwise from the selected user's home when user is provided, otherwise from /workspace.
Optional sandbox user for relative-path resolution and ownership.
Response
Direct download URL
A sandbox-scoped URL for direct download with a short-lived file transfer token.