curl --location --request GET 'https://barrack.ai/api/barrack/?limit&page®ion&status'{
"success": true,
"instances": [
{
"instance_id": "BRK-123456D",
"name": "ml-training-server",
"region": "FINLAND-1",
"status": "RUNNING",
"specs": {
"gpu_type": "H100-SXM5-80GB",
"gpu_count": 4,
"cpu": 32,
"ram": 256
},
"currency": "USD"
}
],
"total_count": 45,
"page": 1,
"limit": 50
}