---
title: "List locations"
method: GET
path: "/storage/v4/locations"
tags: ["Storage Locations"]
---

# List locations

`GET /storage/v4/locations`

Returns storage locations where you can create new storages. Only locations currently accepting new storage creation are returned.

## Query parameters

- `offset` integer
- `limit` integer
- `order_by` string

## Response `200`

LocationsListEndpointResV4

- LocationsListEndpointResV4
  - `count` integer, required — Total number of locations matching the filter
  - `results` LocationV4[], required — List of available locations
    - `address` string, required — Full hostname/address for accessing the storage endpoint.
    - `name` string, required — Human-readable display name for the location.
    - `technical_name` string, required — Internal technical identifier for the location
    - `title` string, required — Display title for the location (English). Null if no title is set.
    - `type` 's3_compatible' | 'sftp', required — Storage type supported by this location

## Other responses

- `400` — ErrResponse
- `401` — ErrResponse
- `403` — 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)
