---
title: "List locations"
method: GET
path: "/storage/provisioning/v2/locations"
tags: ["Storage Locations"]
deprecated: true
---

# List locations

`GET /storage/provisioning/v2/locations`

> **Deprecated.**

Returns available storage locations where you can create storages. Each location represents a geographic region with specific data center facilities.
Deprecated: Use GET /v4/locations instead.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

LocationListEndpointResV2

- LocationListEndpointResV2 — LocationListEndpointResV2 response for v2
  - `count` integer, required — Total number of locations available
  - `results` LocationV2[], required — The list of locations
    - `address` string, required — Full hostname/address for accessing the storage endpoint in this location
    - `allow_for_new_storage` 'deny' | 'allow', required — Indicates whether new storage can be created in this location
    - `name` string, required — Location code (region identifier)
    - `title` string, required — Human-readable title for the location
    - `type` 's3_compatible' | 'sftp', required — Storage protocol type supported in this location

## Other responses

- `400` — ErrResponse

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
