curl --request GET \
--url https://app.opencomputer.dev/api/sandboxes \
--header 'X-API-Key: <api-key>'[
{
"sandboxID": "sb-abc123",
"status": "running",
"region": "use2",
"workerID": "w-use2-abc123"
}
]
curl --request GET \
--url https://app.opencomputer.dev/api/sandboxes \
--header 'X-API-Key: <api-key>'[
{
"sandboxID": "sb-abc123",
"status": "running",
"region": "use2",
"workerID": "w-use2-abc123"
}
]
[
{
"sandboxID": "sb-abc123",
"status": "running",
"region": "use2",
"workerID": "w-use2-abc123"
}
]