---
title: "Inspect a volume"
method: GET
path: "/volumes/{id}"
tags: ["Volume"]
---

# Inspect a volume

`GET /volumes/{id}`

## Path parameters

- `id` string, required

## Response `200`

No error

- VolumeInfo — Volume represents the configuration of a volume for the container.
  - `Name` string — Name is the name of the volume.
  - `Driver` string — Driver is the Driver name used to create the volume.
  - `Mountpoint` string — Mountpoint is the location on disk of the volume.
  - `CreatedAt` string, dateTime — Date/Time the volume was created.
  - `Status` object — Status provides low-level status information about the volume.
  - `Labels` object — Labels is metadata specific to the volume.
  - `Scope` string — Scope describes the level at which the volume exists (e.g. `global` for cluster-wide or `local` for machine level)

## Other responses

- `404` — An unexpected 404 error occurred.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/aliyun/apis/pouch-engine-api.md) · [All operations](https://skmtc.dev/aliyun/apis/pouch-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aliyun/pouch-engine-api/revisions/36d75b2825fc/schema)
