curl https://api.runtools.ai/v1/sandboxes/sandbox-abc123 \ -H "X-API-Key: rt_live_xxx"
{ "data": { "id": "sandbox-abc123", "status": "running", "template": "nodejs-20", "resources": { "vcpus": 2, "memory": "4GB", "disk": "10GB" }, "createdAt": "2025-01-21T10:00:00Z", "metadata": {} } }
Get details of a specific sandbox
sandbox-abc123
creating
running
paused
stopped