---
title: "Return Info about a specific location"
method: GET
path: "/location/{id}"
tags: ["Locations"]
---

# Return Info about a specific location

`GET /location/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Operation

- StoredLocation — Descriptor of a stored location
  - `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
- `404` — Not Found
- `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)
