---
title: "Returns a list with the registered locations of the underlying infrastructure"
method: GET
path: "/location"
tags: ["Locations"]
---

# Returns a list with the registered locations of the underlying infrastructure

`GET /location`

## Response `200`

Successful Operation

- StoredLocation[] — A list of the registered locations
  - `id` string — A unique ID for this location
  - `description` string — A brief description of this location
  - `created at` number
  - `vims` string[]
  - `functions` string[]

## Other responses

- `400` — Bad Request
- `500` — Server Error

---

[API](https://skmtc.net/core-ncsrd/apis/katana.md) · [All operations](https://skmtc.net/core-ncsrd/apis/katana/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/core-ncsrd/katana/versions/7ddfc4202f39/schema)
