---
title: "Get storage information"
method: GET
path: "/storagemanagement/v1/storages/{storageID}"
tags: ["Storage Management"]
---

# Get storage information

`GET /storagemanagement/v1/storages/{storageID}`

Returns information about a particular storage using storageID.

## Path parameters

- `storageID` integer, required

## Response `200`

OK

- Storage
  - `StorageID` integer — The unique identifier of the storage in Druva inSync.
  - `storageName` string — The name of the storage in Druva inSync.
  - `storageUsage` string — The storage space consumed on the storage.
  - `totalSizeOfBackedUpFiles` string — The total size of the files backed up on this storage.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
