---
title: "GET /api/supplychain-mappings/history"
method: GET
path: "/api/supplychain-mappings/history"
tags: ["Company Chains"]
---

# GET /api/supplychain-mappings/history

`GET /api/supplychain-mappings/history`

List supply chain history

## Query parameters

- `page` integer
- `count` integer
- `filter` string
- `sort` string
- `collaborationId` string

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string
    - `action` string, required
    - `actionByCompanyId` string, required
    - `actionByCompanyName` string
    - `actionByUserId` string, required
    - `createdAt` string, required
    - `details` object, required
      - `companies` object
        - `from` object[]
          - `companyId` string
          - `companyName` string
        - `to` object[]
          - `companyId` string
          - `companyName` string
      - `facilityProcesses` object
        - `from` object[]
          - `facilityProcessId` string
          - `facilityProcessName` string
        - `to` object[]
          - `facilityProcessId` string
          - `facilityProcessName` string
    - `collaborationId` string
    - `collaborationName` string, required
  - `meta` object, required
    - `count` number, required
    - `pageSize` number
    - `page` number, required
    - `totalCount` number, required

## Other responses

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

---

[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/1df37791a1bb/schema)
