---
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

## Changes

- **2026-06-11** `f6f1e47a7675` — 1 info
  - added the required property `regions/items/provider` to the response with the `200` status
- **2026-04-15** `a2cc5189d200` — 1 breaking
  - removed the required property `regions/items/provider` from the response with the `200` status

[Change history](https://skmtc.dev/xataio/apis/xata-api/changes/organizations/:organizationID/regions/get.md)

---

[API](https://skmtc.dev/xataio/apis/xata-api.md) · [All operations](https://skmtc.dev/xataio/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xataio/apis/xata-api/revisions/373e7790d059?raw)
