---
title: "List all storages"
method: GET
path: "/storagemanagement/v1/storages"
tags: ["Storage Management"]
---

# List all storages

`GET /storagemanagement/v1/storages`

Returns the list of all the storages configured for your account in Druva inSync.

## Query parameters

- `pageToken` string

## Response `200`

OK

- StorageList
  - `totalSize` integer — The number of storage listed in the result pages.
  - `nextPageToken` string — The token to access next page of results. This parameter will be empty for the last page of results.
  - `storages` 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)
