Huddle01 Cloud
Volumes

List volumes

List all block storage volumes for the workspace in the specified region.

GET
/volumes

Authorization

ApiKeyAuth
X-API-Key<token>

API key for authentication. Generate from the Huddle01 Cloud dashboard.

In: header

Query Parameters

region*string

Region code (e.g., eu2, us1)

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://cloud.huddleapis.com/api/v1/volumes?region=string"
{
  "volumes": [
    {
      "id": "string",
      "name": "string",
      "size": 0,
      "status": "string",
      "region": {
        "name": "eu2"
      }
    }
  ]
}
{
  "success": false,
  "error": "Invalid request"
}
{
  "success": false,
  "error": "Invalid request"
}
{
  "success": false,
  "error": "Invalid request"
}