---
title: "/volumes"
method: GET
path: "/volumes"
---

# /volumes

`GET /volumes`

Get all storage volumes for the account.

## Response `200`

Returns an VolumesResponse object

- VolumesResponse
  - `volumes` Volume[], required
    - `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 `volumes/items/cloud` response property for the response status `200`
  - removed the `boostrun` enum value from the `volumes/items/cloud` response property for the response status `200`
  - removed the `crusoe` enum value from the `volumes/items/cloud` response property for the response status `200`
  - removed the `cudo` enum value from the `volumes/items/cloud` response property for the response status `200`
  - …23 more
- **2026-01-09** `3d8ab648c278` — 1 warning
  - added the new `verda` enum value to the `volumes/items/cloud` response property for the response status `200`
- **2025-08-19** `3628781ac93f` — 1 warning, 1 info
  - added the new `nebius` enum value to the `volumes/items/cloud` response property for the response status `200`
  - api operation id `volumes` removed and replaced with `Volumes`
- **2025-08-14** `cfc5006f10ca` — 19 warning, 6 info
  - added the new `amaya` enum value to the `volumes/items/cloud` response property for the response status `200`
  - added the new `boostrun` enum value to the `volumes/items/cloud` response property for the response status `200`
  - added the new `crusoe` enum value to the `volumes/items/cloud` response property for the response status `200`
  - added the new `cudo` enum value to the `volumes/items/cloud` response property for the response status `200`
  - …21 more
- …earlier changes not shown

[Full history](https://skmtc.dev/shadeform/apis/shadeform-api/changes/volumes/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)
