---
title: "Obtener entidades asociadas a un archivo"
method: GET
path: "/api/v4/files/{file_uuid}/links"
---

# Obtener entidades asociadas a un archivo

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

Este método permite obtener las entidades asociadas a un archivo.

## 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.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api/revisions/e291c0b2038d/schema)
