---
title: "Linked entities list"
method: GET
path: "/api/v4/{entity}/{entity_id}/links"
---

# Linked entities list

`GET /api/v4/{entity}/{entity_id}/links`

This method allows getting a list of entities linked to a lead/contact/company by the ID of the lead, contact or company.

## Path parameters

- `entity` 'leads' | 'contacts' | 'companies', required
- `entity_id` integer, required

## Query parameters

- `filter[to_entity_id]` integer
- `filter[to_entity_type]` string
- `filter[to_catalog_id]` integer

## Response `200`

200

- object
  - `_total_items` integer
  - `_links` object
    - `self` object
      - `href` string
  - `_embedded` object
    - `links` object[]
      - `to_entity_id` integer
      - `to_entity_type` string
      - `metadata` object
        - `quantity` integer
        - `catalog_id` integer

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/versions/f17af4d23c7c/schema)
