---
title: "GET /api/entity-screening/companies/"
method: GET
path: "/api/entity-screening/companies/"
tags: ["entity-screening"]
---

# GET /api/entity-screening/companies/

`GET /api/entity-screening/companies/`

List entity screening results for mapped companies

## Query parameters

- `limit` integer
- `page` integer
- `sort` union
  - string
  - object
    - `field` string, required
    - `direction` string, required
- `filter` string

## Response `200`

Default Response

- object
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `totalCount` number, required
    - `pageSize` number, required
  - `data` object[], required
    - `companyId` string, required
    - `companyName` string, nullable, required
    - `countryName` string, nullable, required
    - `country` string, nullable, required
    - `connectionType` string, required
    - `facilityProcesses` object[], nullable, required
      - `facilityProcessId` string, nullable, required
      - `facilityProcessName` string, nullable, required
    - `validationStatus` string, nullable, required
    - `entityList` string, nullable, required
    - `entityName` string, nullable, required
    - `entityId` string, nullable, required
    - `kharonEntityId` string, nullable, required
    - `matchId` string, nullable, required
    - `matchedText` string, nullable, required
    - `matchPercentage` number, nullable, required
    - `effectiveDate` string, nullable, required
    - `relatedCompanyId` string, required
    - `ordersCount` number, required
    - `supplyChainsCount` number, required
    - `revalidationReason` string, nullable, required
    - `revalidationChange` object, nullable, required
      - `changedFields` string[], required
      - `prev` object, required
      - `new` object, required

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 16 breaking, 18 info
  - the response property `data/items/companyName` became nullable for the status `200`
  - the response property `data/items/country` became nullable for the status `200`
  - the response property `data/items/countryName` became nullable for the status `200`
  - the response property `data/items/effectiveDate` became nullable for the status `200`
  - …30 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/entity-screening/companies/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)
