---
title: "Get an inventory lot."
method: GET
path: "/api/inventory-lots/{id}"
tags: ["Inventory Lot"]
---

# Get an inventory lot.

`GET /api/inventory-lots/{id}`

## Path parameters

- `id` string, required

## Response `200`

The inventory lot for the given id

- InventoryLotDto — Inventory lot definition.
  - `id` string, required — Unique id associated to this entity.
  - `name` string, required — The name of the lot. It is not guaranteed to be unique inventory-wide, but only within an item.
  - `itemId` string, required — The item id that is associated to this lot. Please reference /api/items endpoint.
  - `quantity` number, double — Quantity associated to this lot.
  - `system` boolean, required — Designates if this is a system-generated lot.
  - `custom` boolean, required — Designates if this item is customized.
  - `expirationDate` string, date-time, nullable — The date that this lot is supposed to expire.

## Other responses

- `404` — Inventory lot did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
