Skip to main content
GET
/
v1
/
warm-pool-workspaces
/
{workspaceId}
/
stream
Stream Warm Pool Workspace Updates
curl --request GET \
  --url https://api.tryreplicas.com/v1/warm-pool-workspaces/{workspaceId}/stream \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

workspaceId
string<uuid>
required

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.