---
title: "Stream Warm Pool Workspace Updates"
method: GET
path: "/v1/warm-pool-workspaces/{workspaceId}/stream"
tags: ["Environments"]
---

# Stream Warm Pool Workspace Updates

`GET /v1/warm-pool-workspaces/{workspaceId}/stream`

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`.

## Path parameters

- `workspaceId` string, uuid, required

## Response `200`

SSE stream of warm pool workspace updates

## Other responses

- `400` — Bad request - Missing or invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `404` — Resource not found

---

[API](https://skmtc.net/tryreplicas/apis/replica-api.md) · [All operations](https://skmtc.net/tryreplicas/apis/replica-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryreplicas/replica-api/versions/aa3b4c932f7a/schema)
