---
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.

---

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