---
title: "List execution locations"
method: GET
path: "/api/locations"
tags: ["System"]
---

# List execution locations

`GET /api/locations`

Returns enabled execution locations visible in the current hosting mode. Authentication is required.

## Response `200`

Available locations

- object
  - `success` boolean
  - `data` Location[]
    - `id` string
    - `name` string
    - `region` string

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
