---
title: "GET /v1/volumes"
method: GET
path: "/v1/volumes"
tags: ["Volumes"]
---

# GET /v1/volumes

`GET /v1/volumes`

List all storage volumes.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `name` string
- `native_storage_pool_id` string
- `native_volume_id` string
- `storage_id` string
- `status` 'noraml' | 'offline' | 'abnormal'

## Response `200`

List volumes operation was successful

- object
  - `volumes` VolumeRespSpec[], required
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `description` string
    - `status` 'available' | 'error'
    - `storage_id` string
    - `total_capacity` integer
    - `used_capacity` integer
    - `free_capacity` integer
    - `compressed` boolean
    - `deduplicated` boolean
    - `type` 'thick' | 'thin'
    - `native_volume_id` string
    - `wwn` string
    - `native_storage_pool_id` string

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `500` — An unexpected error occured.

---

[API](https://skmtc.net/sodafoundation/apis/soda-infrastructure-management-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-infrastructure-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-infrastructure-management-api/revisions/b2017613d719/schema)
