---
title: "Get inventory lots for an item"
method: GET
path: "/Inventory/{id}/lots"
tags: ["Inventory"]
---

# Get inventory lots for an item

`GET /Inventory/{id}/lots`

## Path parameters

- `id` string, required

## Query parameters

- `isActive` boolean

## Response `200`

List of inventory lots with quantities and expiration dates

- InventoryLotDto[]
  - `id` string
  - `inventoryItemId` string
  - `lotNumber` string, nullable
  - `expirationDate` string, date-time, nullable
  - `manufacturedDate` string, date-time, nullable
  - `manufacturer` string, nullable
  - `quantityOnHand` union
    - number, double
    - string, double
  - `originalQuantity` union
    - number, double
    - string, double
  - `containerId` string, nullable
  - `unitCost` union
    - number, double
    - string, double
  - `isActive` boolean
  - `receivedDate` string, date-time
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

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