---
title: "Stock on Hand report"
method: GET
path: "/inventory/inventory-ids"
tags: ["Reports"]
---

# Stock on Hand report

`GET /inventory/inventory-ids`

This endpoint provides a list of all category, brand, supplier and inventory product IDs for the current site.

## Query parameters

- `site_id` string, uuid, required

## Response `200`

The list of inventory IDs for the current site.

- object
  - `data` InventoryIdEntry[], required
    - `id` string, uuid — The ID.
    - `name` string — The name of the model the inventory ID relates to.
    - `type` string — The type of model the inventory ID represents.

## Other responses

- `401` — The user is unauthenticated

---

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