---
title: "List inventory sync transactions for a print job"
method: GET
path: "/v1/print-jobs/{id}/inventory-transactions"
tags: ["Print Jobs"]
---

# List inventory sync transactions for a print job

`GET /v1/print-jobs/{id}/inventory-transactions`

## Path parameters

- `id` string, required

## Query parameters

- `organizationId` string

## Response `200`

Default Response

- object[]
  - `id` string
  - `order_item_id` string
  - `sku` string
  - `quantity` number
  - `platform` string
  - `location_id` unknown
  - `status` 'pending' | 'synced' | 'failed'
  - `attempts` number
  - `error_message` unknown
  - `synced_at` unknown
  - `created_at` string

## Other responses

- `default` — Unexpected error response

---

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