cURL
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>" } ] }
List all Sandbox Pools in the tenant’s namespace.
This endpoint queries the database for fast performance.
Successful Response
Response model for listing Sandbox Pools.
Show child attributes
Was this page helpful?