---
title: "GET /v1/storage-pools"
method: GET
path: "/v1/storage-pools"
tags: ["Storage Pools"]
---

# GET /v1/storage-pools

`GET /v1/storage-pools`

List all storage pools.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `name` string
- `id` string
- `native_storage_pool_id` string
- `storage_id` string
- `status` 'normal' | 'offline' | 'abnormal'

## Response `200`

List storage pools query was success

- object
  - `storage_pools` StoragePoolSpec[], required
    - `id` string, required
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string, required
    - `storage_id` string
    - `native_storage_pool_id` string
    - `storage_type` 'block' | 'file' | 'unified'
    - `description` string
    - `status` 'normal' | 'offline' | 'abnormal'
    - `total_capacity` integer
    - `used_capacity` integer
    - `free_capacity` integer

## 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)
