---
title: "GET /api/supplychain-mappings/nodes/{nodeId}/unmapped-company-profiles"
method: GET
path: "/api/supplychain-mappings/nodes/{nodeId}/unmapped-company-profiles"
tags: ["Company Chains"]
---

# GET /api/supplychain-mappings/nodes/{nodeId}/unmapped-company-profiles

`GET /api/supplychain-mappings/nodes/{nodeId}/unmapped-company-profiles`

Get company profiles from network which are unmapped

## Path parameters

- `nodeId` string, required

## Query parameters

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

## Response `200`

Default Response

- object
  - `data` object[], required
    - `companyId` string, required
    - `officialName` string
    - `companyName` string
    - `retracedRiskScore` number
    - `country` string
    - `countryName` string
    - `city` string
    - `connectionType` string
    - `collaborationStartDate` string, nullable
    - `relationshipType` string, nullable
    - `supplyChainTier` unknown[]
      - unknown
    - `facilityProcesses` object[]
      - `id` string
  - `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

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 2 breaking, 2 info
  - the response property `data/items/collaborationStartDate` became nullable for the status `200`
  - the response property `data/items/relationshipType` became nullable for the status `200`
  - response property `data/items/collaborationStartDate` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/relationshipType` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/supplychain-mappings/nodes/:nodeId/unmapped-company-profiles/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/fde251beb0ca/schema)
