Stream command output
Stream command stdout, stderr, and exit events as Server-Sent Events.
Path parameters
sandbox_name
Sandbox name
Request
This endpoint expects an object.
command
Command to execute.
env
Environment variables to inject into this execution session.
timeout_secs
Optional client-side timeout hint. Currently accepted for API compatibility.
user
User to run the command as (e.g., “islo”). If not provided, uses image default.
workdir
Working directory for command execution inside the sandbox.
Response
Server-Sent Events stream of stdout, stderr, exit, and error events
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error