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

# GET /api/companies

`GET /api/companies`

Lists companies in the caller's network. Supports pagination, sorting, filtering, an unpaginated dropdown mode (`isDropDown`/`hasGeojson`), and a trigram-similarity duplicate-company search (`findSimilar`).

## Query parameters

- `page` integer
- `count` integer
- `sort` string
- `filter` string
- `hasFeature` string
- `hasRelationshipType` union
  - boolean
  - string
- `isSupplierNetwork` union
  - boolean
  - string
- `companyIds` string
- `excludeCompanyIds` string
- `includeOwnCompany` union
  - boolean
  - string
- `findSimilar` union
  - boolean
  - string
- `name` string
- `isDropDown` union
  - boolean
  - string
- `hasGeojson` union
  - boolean
  - string

## Response `200`

Default Response

- object
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `totalCount` number, required
    - `pageSize` number, required
  - `data` object[], required
    - `id` string, required
    - `name` string
    - `officialName` string
    - `country` string
    - `city` string
    - `internalCompanyCode` string
    - `notes` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response

---

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