---
title: "List Regions"
method: GET
path: "/regions/"
tags: ["Regions"]
---

# List Regions

`GET /regions/`

Retrieves a list of available storage regions within OSF.
Regions define geographical or cloud storage locations for storing files uploaded through OSF Storage.
## Returns
 A JSON:API-compliant response containing an array of regions under the `data` key, including region attributes such as `id` and `name`.

Supports standard pagination and sorting by name.
## Errors
 
If unsuccessful, returns an `errors` object. Refer to the [Errors and Error Codes](#tag/Errors-and-Error-Codes) section for details.

## Response `200`

Successfully retrieved the list of regions.

- object
  - `data` object[]
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string
    - `links` object
      - `self` string
  - `meta` object
    - `total` integer
    - `per_page` integer
  - `links` object
    - `self` string

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
