---
title: "Get list of soft-deleted companies in the network of a given company"
method: GET
path: "/api/admin/companies-removed/{id}/list-network"
tags: ["Administration/Companies"]
---

# Get list of soft-deleted companies in the network of a given company

`GET /api/admin/companies-removed/{id}/list-network`

Retrieve paginated list of soft-deleted (removed) companies that are in the same network as the specified company (admin only)

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `page` integer
- `order` 'asc' | 'desc' | 'ASC' | 'DESC'
- `sort` 'name' | 'country' | 'updatedAt' | 'facilityProcesses' | 'city' | 'createdAt' | 'officialName' | 'isDemoCompany'

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
    - `pagination` object
      - `page` number, required — Current page number (1-based).
      - `limit` number, required — Page size used for this response. Endpoint defaults vary — see each endpoint's limit parameter.
      - `total` number, required — Total number of records across all pages.
      - `totalPages` number, required — Total number of pages. Iterate until page reaches totalPages.
  - `data` object[], required
    - `id` string, required
    - `isDemoCompany` number
    - `isRemoved` number
    - `isClientCompany` number
    - `officialName` string
    - `displayName` string
    - `name` string
    - `transliteratedDisplayName` string
    - `transliteratedName` string
    - `transliteratedOfficialName` string
    - `officialNameLocalized` string
    - `internalCompanyCode` string
    - `notes` string
    - `facilityProcesses` string
    - `imageList` object[]
      - `id` string, required
      - `url` string, required
      - `fileType` string
      - `originalUrl` string
    - `featuredImageFileId` string
    - `featuredImageFileUrl` string
    - `description` string
    - `country` string
    - `countryName` string
    - `city` string
    - `county` string
    - `zipCode` string
    - `addressLine1` string
    - `addressLine2` string
    - `phone` string
    - `website` string
    - `geojson` object
      - `type` string, required
      - `geometry` object, required
        - `type` string, required
        - `coordinates` number[], required
    - `companySize` 'FROM_0_TO_1' | 'FROM_2_TO_10' | 'FROM_11_TO_50' | 'FROM_51_TO_200' | 'FROM_201_TO_500' | 'FROM_501_TO_1000' | 'FROM_1001_TO_5000' | 'FROM_5001_TO_10000' | 'FROM_10001_TO_INFINITE'
    - `companyType` 'EDUCATIONAL_INSTITUTION' | 'GOVERNMENT_AGENCY' | 'NONPROFIT' | 'PARTNERSHIP' | 'PRIVATELY_HELD' | 'FAMILY_BUSINESS' | 'PUBLIC_COMPANY' | 'SELF_EMPLOYED' | 'SOLE_PROPRIETORSHIP'
    - `videoFileId` string
    - `videoFileUrl` string
    - `numOfPermanentEmployees` number
    - `numOfMaleEmployees` number
    - `numOfFemaleEmployees` number
    - `commercialRegistrationNumber` string
    - `commercialRegisterNumber` string
    - `dunsNumber` string
    - `globalLocationNumber` string
    - `higgId` string
    - `manufacturerIdentificationCode` string
    - `osHubId` string
    - `slcpFacilityId` string
    - `textileExchangeId` string
    - `vatId` string
    - `workosOrganizationId` string
    - `zdhcId` string
    - `annualProductionCapacity` string
    - `annualProductionCapacityUnit` string
    - `minimumOrderQuantity` string
    - `minimumOrderQuantityPerStyle` string
    - `standardLeadTime` string
    - `createdAt` string, date-time
    - `createdByApiKeyId` string
    - `createdByApiKeyLabel` string
    - `createdByCompanyId` string
    - `createdByImpersonateId` string
    - `createdByUserId` string
    - `createdByUserName` string
    - `updatedAt` string, date-time
    - `updatedByApiKeyId` string
    - `updatedByApiKeyLabel` string
    - `updatedByCompanyId` string
    - `updatedByCompanyName` string
    - `updatedByImpersonateId` string
    - `updatedByImpersonateName` string
    - `updatedByUserId` string
    - `updatedByUserName` string
    - `videoFile` string
    - `collaborationStatus` string
    - `collaborationStartDate` string, date-time
    - `retracedRiskScore` string
    - `collaborationEndDate` string, date-time
    - `relationshipType` string
    - `relationshipTypeNames` string
    - `supplyChainTier` string
    - `responsiblePerson` string
    - `responsiblePersonNames` string
    - `vendors` string
    - `vendorsNames` string
    - `agents` string
    - `agentsNames` string

---

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