---
title: "Obtener archivos adjuntos a una entidad"
method: GET
path: "/api/v4/{entity}/{entity_id}/files"
---

# Obtener archivos adjuntos a una entidad

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

El método permite obtener los archivos adjuntos a una entidad específica.

## Path parameters

- `entity` 'leads' | 'contactos' | 'compañías', required
- `entity_id` integer, required

## Query parameters

- `limit` integer
- `before_id` integer

## Response `200`

200

- object

## Other responses

- `204` — 204
- `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)
