---
title: "/volumes/{id}/info"
method: GET
path: "/volumes/{id}/info"
---

# /volumes/{id}/info

`GET /volumes/{id}/info`

Get details for the specified storage volume.

## Response `200`

Return a volume object.

- Volume
  - `id` string, required — The ID of the storage volume.
  - `cloud` string, required — Specifies the underlying cloud provider. See this [explanation](/getting-started/concepts#cloud-cloud-provider) for more details.
  - `cloud_assigned_id` string, required — The unique identifier of the storage volume issued by the underlying cloud provider.
  - `region` string, required — Specifies the region.
  - `name` string, required — The name of the storage volume.
  - `fixed_size` boolean, required — Denotes whether the volume is fixed in size or elastically scaling.
  - `size_in_gb` integer, required — Storage volume size in GB
  - `cost_estimate` string, required — The cost incurred by the instance. This only the cost via Shadeform. If the instance is deployed in your own cloud account, then all billing is through your cloud provider.
  - `supports_multi_mount` boolean, required — Denotes whether the volume supports multiple instances mounting to it at the same time.
  - `mounted_by` string, required — The ID of the instance that is currently mounting the volume.

## Changes

> 50 revisions in range; 1 could not be searched.

- **2026-01-20** `4e81900e8957` — 27 info
  - removed the `amaya` enum value from the `cloud` response property for the response status `200`
  - removed the `boostrun` enum value from the `cloud` response property for the response status `200`
  - removed the `crusoe` enum value from the `cloud` response property for the response status `200`
  - removed the `cudo` enum value from the `cloud` response property for the response status `200`
  - …23 more
- **2026-01-09** `3d8ab648c278` — 1 warning
  - added the new `verda` enum value to the `cloud` response property for the response status `200`
- **2025-08-19** `3628781ac93f` — 1 warning, 1 info
  - added the new `nebius` enum value to the `cloud` response property for the response status `200`
  - api operation id `volumes/info` removed and replaced with `VolumesInfo`
- **2025-08-14** `cfc5006f10ca` — 19 warning, 6 info
  - added the new `amaya` enum value to the `cloud` response property for the response status `200`
  - added the new `boostrun` enum value to the `cloud` response property for the response status `200`
  - added the new `crusoe` enum value to the `cloud` response property for the response status `200`
  - added the new `cudo` enum value to the `cloud` response property for the response status `200`
  - …21 more
- **2024-05-10** `e98f35b411c2` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/shadeform/apis/shadeform-api/changes/volumes/:id/info/get.md)

---

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