---
title: "List Inventory Transactions"
method: GET
path: "/v1/public/inventory-transactions"
tags: ["Inventory Transactions"]
---

# List Inventory Transactions

`GET /v1/public/inventory-transactions`

## Query parameters

- `workspace_id` string, nullable
- `lang` string, nullable
- `language` string, nullable

## Headers

- `Accept-Language` string

## Response `200`

OK

- InventoryTransactionSchema[]
  - `id` string, uuid, nullable
  - `transaction_id` union
    - string
    - integer
  - `inventory_id` union
    - string, uuid
    - string
    - integer
  - `inventory_uuid` string, nullable
  - `inventory_type` string, nullable
  - `transaction_type` string, nullable
  - `status` string, nullable
  - `amount` integer, nullable
  - `transaction_amount` integer, nullable
  - `use_unit_value` boolean, nullable
  - `price` number, nullable
  - `total_price` number, nullable
  - `average_price` number, nullable
  - `transaction_date` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `usage_status` string, nullable

---

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