---
title: "Get site-wide regions for workspace connections"
method: GET
path: "/api/v2/regions"
tags: ["WorkspaceProxies"]
---

# Get site-wide regions for workspace connections

`GET /api/v2/regions`

## Response `200`

OK

- CodersdkRegionsResponseCodersdkRegion
  - `regions` CodersdkRegion[]
    - `display_name` string
    - `healthy` boolean
    - `icon_url` string
    - `id` string, uuid
    - `name` string
    - `path_app_url` string — PathAppURL is the URL to the base path for path apps. Optional unless wildcard_hostname is set. E.g. https://us.example.com
    - `wildcard_hostname` string — WildcardHostname is the wildcard hostname for subdomain apps. E.g. *.us.example.com E.g. *--suffix.au.example.com Optional. Does not need to be on the same domain as PathAppURL.

---

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