Skip to main content
GET
/
v2
/
sandboxes
/
pools
List all Sandbox Pools
curl --request GET \
  --url https://api.example.com/v2/sandboxes/pools
{
  "pools": [
    {
      "name": "<string>",
      "template_name": "<string>",
      "replicas": 123,
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Response

200 - application/json

Successful Response

Response model for listing Sandbox Pools.

pools
WarmPoolResponse · object[]
required