---
title: "List sandbox-enabled regions"
method: GET
path: "/sandboxes/regions"
tags: ["Sandboxes"]
---

# List sandbox-enabled regions

`GET /sandboxes/regions`

Returns regions where sandboxes can be provisioned.

## Response `200`

Available sandbox regions

- SandboxRegionsEnvelope
  - `message` string, required
  - `data` object, required
    - `regions` SandboxRegion[], required
      - `id` string, required
      - `name` string, required
      - `country` string, required
      - `continent` string, required
      - `enabled` boolean, required — Whether the region is currently accepting new sandboxes.
      - `type` 'sandbox', required — Region kind. Sandbox endpoints only return sandbox-eligible regions.

## Changes

- **2026-05-23** `b236bf76f9a7` — 3 info
  - the response property `data/regions/items/continent` became required for the status `200`
  - added the required property `data/regions/items/enabled` to the response with the `200` status
  - added the required property `data/regions/items/type` to the response with the `200` status

[Change history](https://skmtc.dev/brimblehq/apis/brimble-sandbox-api/changes/sandboxes/regions/get.md)

---

[API](https://skmtc.dev/brimblehq/apis/brimble-sandbox-api.md) · [All operations](https://skmtc.dev/brimblehq/apis/brimble-sandbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brimblehq/brimble-sandbox-api/revisions/7fe2df041597/schema)
