Skip to content

Get a volume

GET/volumes/{name}
path parameters
object
namestringrequired

Volume name ([a-z0-9][a-z0-9-]*).

Responses
200 OKOK
Volume
attached_tostring
created_atstringdate-time
host_idstring
namestring
size_bytesintegerint64
404 Not foundNot Found
ErrorResponse
errorstring
501 Not Implemented
ErrorResponse
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
GET/volumes/{name}
cURL
curl '/volumes/{name}'
Response
200 OK
{
  "attached_to": "string",
  "created_at": "2026-01-02T15:04:05Z",
  "host_id": "string",
  "name": "string",
  "size_bytes": 0
}
Was this page helpful?