Skip to content

List volumes

GET/volumes
Responses
200 OKOK
VolumeListResponse
volumesarray | null
items
Volume
attached_tostring
created_atstringdate-time
encryptedboolean
host_idstring
key_idstring
namestring
size_bytesintegerint64
501 Not Implemented
ErrorResponse
codestring
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
GET/volumes
cURL
curl '/volumes'
GET/volumes
Request
Authorization
curl '/volumes'
Response
Send a request to see the response.
Response
200 OK
{
  "volumes": [
    {
      "attached_to": "string",
      "created_at": "2026-01-02T15:04:05Z",
      "encrypted": false,
      "host_id": "string",
      "key_id": "string",
      "name": "string",
      "size_bytes": 0
    }
  ]
}
Was this page helpful?