---
title: "GET /storage/volumes/{name}"
method: GET
path: "/storage/volumes/{name}"
tags: ["storage"]
---

# GET /storage/volumes/{name}

`GET /storage/volumes/{name}`

Get info about a volume

## Path parameters

- `name` string, required

## Response `200`

OK

- VolumeResponse
  - `Name` string, required
  - `Label` string, required — this is the label used to mount the block device
  - `Driver` string, required
  - `Store` string, required
  - `Metadata` object

## Other responses

- `404` — Volume not found

## Changes

- **2018-06-14** `d95851b27556` — 1 info
  - added the new optional `header` request parameter `Op-ID` to all path's operations

[Change history](https://skmtc.dev/vmware/apis/port-layer-api/changes/storage/volumes/:name/get.md)

---

[API](https://skmtc.dev/vmware/apis/port-layer-api.md) · [All operations](https://skmtc.dev/vmware/apis/port-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vmware/port-layer-api/revisions/5fff0b8814c7/schema)
