---
title: "Get conversation messages"
method: GET
path: "/api/v4/talks/{talk_id}/messages"
---

# Get conversation messages

`GET /api/v4/talks/{talk_id}/messages`

The method allows to retrieve messages from a conversation.

## Path parameters

- `talk_id` integer, required

## Query parameters

- `page` integer
- `limit` integer
- `filter[created_at][from]` integer
- `filter[created_at][to]` integer

## Response `200`

Request successful

## Other responses

- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found

---

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