Get volume metadata by exact name
Authorizations
API key passed as Bearer token
Path Parameters
Exact volume name within the caller tenant scope
Query Parameters
Comma-separated field mask for volume list/get responses. Supported fields: id, name, created_at, host_id, used_bytes, inode_count, mount_count, max_size_bytes, max_file_count, max_mounts, last_reconciled_at, status.
Response
Volume metadata
Last reconciled observed bytes stored in the volume.
Last reconciled observed inode count for the volume.
Current number of active or paused volume mounts tracked by the control plane.
Current enforced storage quota in bytes. In elastic deployments this value can increase automatically up to operator policy limits; it is not a public resize request field.
Current enforced file-count quota, when configured.
Current enforced concurrent-mount limit, when configured.
available, attached, degraded, error Optional operational diagnostic for legacy clients. Normal public volume responses omit this field; it is not durable volume identity.