Get file content
Stream file content by key. Proxies the request to the sandbox and returns the raw file bytes with appropriate content-type header.
Authorizations
JWT authentication token
Query Parameters
File key/path (e.g., workspace/browser_logs/session-id/file.json)
Optional project ID for project-scoped sandbox files
Optional isolated task ID for task-scoped sandbox files
Route file operations to a specific sandbox: cloud, a self-hosted
sandbox UUID from the sandbox list, or an unambiguous
display name / hostname. UUID values are always interpreted as IDs,
never names. Prefer IDs because names can change. When
omitted, the Neo-managed cloud sandbox is used. An unavailable or
ambiguous selection returns an error and never selects another host.
Response
File content
The response is of type file.

