---
title: "Region Detail"
method: GET
path: "/regions/{region_id}/"
tags: ["Regions"]
---

# Region Detail

`GET /regions/{region_id}/`

Retrieves detailed information for a specific storage region identified by `{region_id}`.
A storage region defines the geographical or cloud-based location used by OSF Storage for storing files.
#### Returns
A JSON:API-compliant response containing a single `region` entity under the `data` key.
#### Errors
Returns an `errors` object if unsuccessful:
  - `404 Not Found`: No region matches the provided `region_id`.

## Path parameters

- `region_id` string, required

## Response `200`

Successfully retrieved region details.

- object
  - `data` object
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string
    - `links` object
      - `self` string

## Other responses

- `404` — Region not found.

---

[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/3c5164c707eb/schema)
