---
title: "Get available regions"
method: GET
path: "/organizations/{organizationID}/regions"
tags: ["Projects"]
---

# Get available regions

`GET /organizations/{organizationID}/regions`

Retrieves a list of all regions where new branches can be deployed for the specified organization.

## Path parameters

- `organizationID` string, required

## Response `200`

List of regions available for the organization

- object
  - `regions` object[], required — Array of available regions with their properties
    - `id` string, required — Unique identifier for the region
    - `publicAccess` boolean, required — Whether data plane is public-facing to the internet in this region
    - `backupsEnabled` boolean, required — Whether backups are enabled for branches created in this region
    - `provider` 'aws' | 'gcp' | 'custom', required — Cloud provider the region runs on
    - `organizationId` string, nullable, required — Organization that owns this region, if set the region is only available to this organization

## Other responses

- `400` — Generic error response for most error conditions
- `401` — Error response when authentication or authorization fails
- `5XX` — Unexpected Error
- `default` — Unexpected Error

---

[API](https://skmtc.net/xata/apis/xata-api.md) · [All operations](https://skmtc.net/xata/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xata/xata-api/versions/33621695d346/schema)
