---
title: "GET /api/{entity_name}/{id}/traced-orders"
method: GET
path: "/api/{entity_name}/{id}/traced-orders"
tags: ["Products/Cascade-Tracing"]
---

# GET /api/{entity_name}/{id}/traced-orders

`GET /api/{entity_name}/{id}/traced-orders`

## Path parameters

- `entity_name` string, nullable, required
- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `purchaseOrders` object[], required
      - `id` string, required
      - `deliveryDate` string, nullable
      - `orderNumber` string, nullable
      - `orderDate` string, nullable
      - `tracingOrderId` string, nullable
      - `companyId` string, nullable
      - `originTracingNodeId` string, nullable
      - `destinationTracingNodeId` string, nullable
      - `receiverTracingNodeId` string, nullable
      - `agreedDeliveryDate` string, nullable
      - `tracingSalesOrderNumber` string, nullable
      - `tracingPurchaseOrderNumber` string, nullable
      - `productIds` string, nullable
      - `buyerCompanyId` string, nullable
      - `supplierCompanyId` string, nullable
      - `receiverCompanyId` string, nullable
      - `tracingAttachmentTemplateId` string, nullable
      - `scDocCompletionPercentage` number, nullable
      - `docCompletionPercentage` number, nullable
      - `lastProductionProcessId` string, nullable
      - `isInternal` number, nullable
      - `isArchived` number, nullable
      - `createdAt` string, nullable
      - `createdBy` string, nullable
      - `updatedAt` string, nullable
      - `updatedBy` string, nullable
      - `count` number, nullable
    - `salesOrders` object[], required
      - `id` string, required
      - `deliveryDate` string, nullable
      - `orderNumber` string, nullable
      - `orderDate` string, nullable
      - `tracingOrderId` string, nullable
      - `companyId` string, nullable
      - `originTracingNodeId` string, nullable
      - `destinationTracingNodeId` string, nullable
      - `receiverTracingNodeId` string, nullable
      - `agreedDeliveryDate` string, nullable
      - `tracingSalesOrderNumber` string, nullable
      - `tracingPurchaseOrderNumber` string, nullable
      - `productIds` string, nullable
      - `buyerCompanyId` string, nullable
      - `supplierCompanyId` string, nullable
      - `receiverCompanyId` string, nullable
      - `tracingAttachmentTemplateId` string, nullable
      - `scDocCompletionPercentage` number, nullable
      - `docCompletionPercentage` number, nullable
      - `lastProductionProcessId` string, nullable
      - `isInternal` number, nullable
      - `isArchived` number, nullable
      - `createdAt` string, nullable
      - `createdBy` string, nullable
      - `updatedAt` string, nullable
      - `updatedBy` string, nullable
      - `count` number, nullable

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 53 breaking, 63 info
  - `path` request parameter `entity_name` list-of-types was narrowed by removing types `null`
  - the response property `data/purchaseOrders/items/agreedDeliveryDate` became nullable for the status `200`
  - the response property `data/purchaseOrders/items/buyerCompanyId` became nullable for the status `200`
  - the response property `data/purchaseOrders/items/companyId` became nullable for the status `200`
  - …112 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/:entity_name/:id/traced-orders/get.md)

---

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