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

# GET /api/supplychain-mappings/nodes/{nodeId}/descedants

`GET /api/supplychain-mappings/nodes/{nodeId}/descedants`

Get company chain nodes

## Path parameters

- `nodeId` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object[], required
    - `nodeId` string, required
    - `companyId` string
    - `officialName` string
    - `displayName` string
    - `country` string
    - `countryName` string
    - `facilityProcesses` object[]
      - `facilityProcessId` string
      - `facilityProcessName` string
    - `collaborationType` string
    - `collaborationStatus` string

## 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)
