---
title: "Get volume details"
method: GET
path: "/volumes/{id}"
---

# Get volume details

`GET /volumes/{id}`

## Path parameters

- `id` string, required

## Response `200`

Volume details

- Volume
  - `id` string, required — Unique identifier
  - `name` string, required — Volume name
  - `size_gb` integer, required — Size in gigabytes
  - `tags` Tags — User-defined key-value tags.
  - `attachments` VolumeAttachment[] — List of current attachments (empty if not attached)
    - `instance_id` string, required — ID of the instance this volume is attached to
    - `mount_path` string, required — Mount path in the guest
    - `readonly` boolean, required — Whether the attachment is read-only
  - `created_at` string, date-time, required — Creation timestamp (RFC3339)

## Other responses

- `404` — Volume not found
- `500` — Internal server error

---

[API](https://skmtc.net/kernel/apis/hypeman-api.md) · [All operations](https://skmtc.net/kernel/apis/hypeman-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/hypeman-api/versions/b4642bb950dc/schema)
