curl --location --request GET 'https://barrack.ai/api/volumes//'{
"success": true,
"volume": {
"id": "BRK-123456V",
"name": "ml-training-data",
"size": 500,
"region": "FINLAND-1",
"tier": "advanced",
"volume_type": "NVMe",
"status": "attached",
"bootable": true,
"created_at": "2025-12-01T10:30:00Z",
"ssh_keys": [
"production-key"
],
"instance_id": "BRK-789012D",
"vm_status": "RUNNING",
"capabilities": {
"can_resize": true,
"can_clone": true,
"can_attach": false,
"can_detach": false
}
}
}