---
title: "Get information about inventory processing queue"
method: GET
path: "/inventories/info"
tags: ["Inventories"]
---

# Get information about inventory processing queue

`GET /inventories/info`

Provide information about the current state of the inventory processor

## Response `200`

Inventories information

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'queueInformation', required — The id of the action
  - `data` object, required — Information about the service
    - `queueMaxSize` integer, required
    - `queueSaturated` boolean, required — Is the inventory queue full

---

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