---
title: "GET /v1/storages/{storage_id}"
method: GET
path: "/v1/storages/{storage_id}"
tags: ["Storages"]
---

# GET /v1/storages/{storage_id}

`GET /v1/storages/{storage_id}`

Get details of a storage device

## Path parameters

- `storage_id` string, required

## Response `200`

Storage backend list available

- StorageBackendResponse
  - `id` string
  - `name` string
  - `description` string
  - `vendor` string
  - `model` string
  - `status` string
  - `firmware` string
  - `serial_number` string
  - `location` string
  - `created_at` string
  - `updated_at` string
  - `sync_status` 'SYNCED' | 'SYNCING'
  - `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)
