curl "https://api.runtools.ai/v1/sandboxes?status=running&limit=10" \ -H "X-API-Key: rt_live_xxx"
{ "data": [ { "id": "sandbox-abc123", "status": "running", "template": "nodejs-20", "createdAt": "2025-01-21T10:00:00Z" }, { "id": "sandbox-def456", "status": "running", "template": "python-ml", "createdAt": "2025-01-21T09:00:00Z" } ], "meta": { "hasMore": true, "nextCursor": "eyJpZCI6InNhbmRib3gtZGVmNDU2In0=" } }
List all sandboxes in your organization
creating
running
paused
stopped