---
title: "List available regions"
method: GET
path: "/regions"
---

# List available regions

`GET /regions`

Retrieve a list of all regions available for deploying agents and storing secrets. This endpoint can be accessed using either Clerk authentication or a Private API key.

## Response `200`

List of available regions

- object
  - `regions` Region[]
    - `code` string, required — Region code identifier (e.g., 'us-west', 'eu-central')
    - `display_name` string, required — Human-readable region name

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

[API](https://skmtc.dev/pipecat/apis/pipecat-cloud.md) · [All operations](https://skmtc.dev/pipecat/apis/pipecat-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pipecat/pipecat-cloud/revisions/acd0f7dfe734/schema)
