---
title: "Get all active Inventories"
method: GET
path: "/api/v1/partner/store/inventories"
tags: ["Blaze PARTNER Store - Store Info"]
---

# Get all active Inventories

`GET /api/v1/partner/store/inventories`

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

successful operation

- SearchResultInventory
  - `values` Inventory[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `type` 'Storage' | 'Field' | 'Quarantine'
    - `name` string
    - `active` boolean
    - `regionIds` string[]
    - `externalId` string
    - `dryRoom` boolean
    - `quantity` number
    - `complianceInvRoomName` string
    - `complianceInvRoomId` integer
    - `roomType` string[]
    - `numTerminals` integer
  - `skip` integer
  - `limit` integer
  - `total` integer
  - `searchAfter` object[]

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
