Get volume details
get/volumes/{id}
Path parameters
idstring required
Volume ID or name
Response
Volume details
Example response
{
"id": "vol-data-1",
"name": "my-data-volume",
"size_gb": 10,
"tags": {
"team": "backend",
"env": "staging"
},
"attachments": [
{
"instance_id": "inst-abc123",
"mount_path": "/mnt/data"
}
],
"created_at": "2025-01-15T09:00:00Z"
}