Stream Warm Pool Workspace Updates
Server-Sent Events stream that delivers live warm-hook stdout/stderr plus status transitions for a single warm pool workspace. The monolith proxies output from the warming sandbox’s engine; output is only available while the sandbox is running (i.e. status is warming). Once the workspace reaches snapshotting the sandbox is suspended and the stream stops emitting output events — only status transitions and the terminal complete event still flow. The stream auto-closes on terminal status (ready, failed, expired, assigned). Events emitted: output (appended chunk), status (transition between warming and snapshotting), complete (terminal with final workspace record), and error.
Authorizations
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
Path Parameters
Warm pool workspace UUID (from the id field returned by GET /v1/warm-pools/{configId}/workspaces).
Response
SSE stream of warm pool workspace updates
SSE events. Each event has type in {output, status, complete, error} plus an optional output, status, workspace, or message payload.