---
title: "Get Location"
method: GET
path: "/v1/public/locations/{location_id}"
tags: ["Locations"]
---

# Get Location

`GET /v1/public/locations/{location_id}`

## Path parameters

- `location_id` string, required

## Query parameters

- `external_id` string, nullable

## Response `200`

OK

- InventoryWarehouseSchema
  - `id` string, uuid, nullable
  - `id_iw` union
    - string
    - integer
  - `location` string, nullable
  - `warehouse` string, nullable
  - `floor` string, nullable
  - `zone` string, nullable
  - `aisle` string, nullable
  - `rack` string, nullable
  - `shelf` string, nullable
  - `bin` string, nullable
  - `map_location_id` string, nullable
  - `usage_status` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/revisions/c273ff62266a/schema)
