---
title: "Item - Get Locations"
method: GET
path: "/item/get_locations"
tags: ["item"]
---

# Item - Get Locations

`GET /item/get_locations`

Retrieve warehouse locations assigned to an item.

## Query parameters

- `item_id` string, required — Item ID

## Response `200`

Item warehouse locations with inventory data

- ItemLocation[]
  - `_id` string — Location ID
  - `name` string — Location name
  - `warehouse_id` string — Warehouse ID
  - `items` LocationMapItem[] — Item inventory entries at this location
    - `element_id` string — Item ID
    - `item_id` string — Item ID (alias for element_id, backwards compatible)
    - `on_hand` number — Quantity on hand at this location
    - `alert` number — Alert threshold
    - `inbound` number — Inbound quantity

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

---

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