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

# GET /v1/storage-pools/{id}

`GET /v1/storage-pools/{id}`

Get storage pool detail by pool ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- StoragePoolSpec — A storage pool is disocovered and updated by task manager Each pool can be regarded as a physical storage pool or a virtual storage pool. It is a logical and atomic pool and can be abstracted from any storage platform.
  - `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
- `404` — The resource does not exist
- `500` — An unexpected error occurred.

---

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