---
title: "List Warm Pool Workspaces"
method: GET
path: "/v1/warm-pools/{configId}/workspaces"
tags: ["Environments"]
---

# List Warm Pool Workspaces

`GET /v1/warm-pools/{configId}/workspaces`

Returns the most recent pre-warmed workspaces for a warm pool config, including their status (warming, snapshotting, ready, assigned, expired, failed). Useful for inspecting why a pool is not delivering ready workspaces. Returns up to 10 entries. To watch warm-hook output live during the `warming` phase, subscribe to [GET /v1/warm-pool-workspaces/{workspaceId}/stream](#tag/Environments/operation/streamWarmPoolWorkspace).

## Path parameters

- `configId` string, uuid, required

## Response `200`

Successful response

- ListWarmPoolWorkspacesResponse
  - `workspaces` WarmPoolWorkspaceRecord[], required
    - `id` string, uuid, required
    - `organization_id` string, uuid, required
    - `warm_pool_config_id` string, uuid, required
    - `sandbox_id` string, required — Underlying sandbox/VM identifier
    - `status` 'warming' | 'snapshotting' | 'ready' | 'assigned' | 'expired' | 'failed', required
    - `generation` integer, required — Config generation this workspace was built for. Less than the parent config's `generation` means stale by derivation.
    - `error_message` string, nullable, required — Error message if `status` is `failed`
    - `created_at` string, date-time, required

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[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)
