cURL
curl --request GET \ --url https://api.klavis.ai/sandbox \ --header 'Authorization: Bearer <token>'
{ "sandboxes": [ { "sandbox_id": "<string>", "server_name": "<string>", "status": "idle", "benchmark": "<string>", "tags": {}, "updated_at": "2023-11-07T05:31:56Z" } ], "total_count": 123 }
Get all sandboxes associated with the API key’s account. Optionally filter by tags.
Your Klavis AI API key.
Optional JSON string of tags to filter by (e.g., '{"env": "prod"}')
Successful Response
Response model for listing all sandboxes
List of sandboxes
Show child attributes
Total number of sandboxes