---
title: "List platform regions"
method: GET
path: "/platforms/{platformId}/regions"
tags: ["platforms"]
---

# List platform regions

`GET /platforms/{platformId}/regions`

Lists the available regions for the computing platform identified by the given `platformId`.

## Path parameters

- `platformId` string, required

## Query parameters

- `workspaceId` integer

## Response `200`

OK

- ListRegionsResponse
  - `regions` ComputeRegion[]
    - `id` string
    - `name` string

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/13316c9fe5ff/schema)
