---
title: "Get Storage Region details"
method: GET
path: "/msp/v2/storage-regions"
tags: ["Storage Regions"]
---

# Get Storage Region details

`GET /msp/v2/storage-regions`

Returns information about storage regions assigned to MSPs.

## Headers

- `Authorization` string, required

## Response `200`

Ok

- GetStorageRegionsResponse — Lists the storage regions configured for your MSP account.
  - `storageRegions` object[] — The list of storage regions and their information.
    - `productID` integer — The ID of the product tenant. - For Enterprise Workloads, it is '1'. - For SaaS Apps and Endpoints, it is '2'.
    - `regions` object[]
      - `name` string — The name of the storage region
      - `storageProvider` integer — The storage provider ID. 1 for AWS, 2 for Azure

## Other responses

- `400` — Bad Request
- `401` — The request did not include a valid Access Token. Kindly provide a valid Access Token to process the request.
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error. Kindly try again later. If the error persists, contact Druva Support.

---

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