---
title: "Get conversations"
method: GET
path: "/api/v4/talks"
---

# Get conversations

`GET /api/v4/talks`

The method returns a collection of conversations in the account.

## Query parameters

- `page` integer
- `limit` integer
- `filter[talk_id][]` integer[]
- `filter[contact_id][]` integer[]
- `filter[entity_id][]` integer[]
- `filter[entity_type]` 'lead'
- `filter[only_in_work]` string

## Response `200`

Request successful

## Other responses

- `204` — No content
- `401` — User is unauthorized
- `402` — Subscription expired

---

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