---
title: "GET /Inventory/{id}/lots/{lotId}/containers"
method: GET
path: "/Inventory/{id}/lots/{lotId}/containers"
tags: ["Inventory"]
---

# GET /Inventory/{id}/lots/{lotId}/containers

`GET /Inventory/{id}/lots/{lotId}/containers`

## Path parameters

- `id` string, required
- `lotId` string, required

## Response `200`

OK

- InventoryLotContainerDto[]
  - `id` string
  - `inventoryLotId` string
  - `containerCode` string, nullable
  - `inventoryLocationId` string, nullable
  - `quantityOnHand` union
    - number, double
    - string, double
  - `status` string
  - `openedAt` string, date-time, nullable
  - `isActive` boolean
  - `deaDestroyed` boolean — True when this container has been destroyed in the DEA log (its controlled ledger is closed). Such a container is read-only on the inventory side — any correction must be recorded from the controlled-substances (DEA) log. Derived live from the ledger, not stored on the container row.
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `404` — Not Found

---

[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/d8d7501dde48/schema)
