---
title: "Get entities associated with a file"
method: GET
path: "/api/v4/files/{file_uuid}/links"
---

# Get entities associated with a file

`GET /api/v4/files/{file_uuid}/links`

This method allows to get entities associated with a file.

## Path parameters

- `file_uuid` string, required

## Response `200`

200

- object
  - `file_uuid` string
  - `entities` object[]
    - `id` integer
    - `name` string
    - `created_by` integer
    - `main_user_id` integer
    - `date_create` integer
    - `price` integer
    - `pipeline_id` integer
    - `date_update` integer
    - `updated_by` integer
    - `entity_type` string
    - `status_id` integer
    - `closest_task_at` unknown

## Other responses

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

---

[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/revisions/f17af4d23c7c/schema)
