v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Get conversation messages

The method allows to retrieve messages from a conversation.

get/api/v4/talks/{talk_id}/messages

Path parameters

talk_idinteger required

Conversation ID

Query parameters

pageinteger

A page of response

limitinteger

The number of entities returned per request (limit – 250)

filter[created_at][from]integer

Filter by the message sending date in the Unix Timestamp. Filters messages from this date.

filter[created_at][to]integer

Filter by the message sending date in the Unix Timestamp. Filters messages up to this date.

Response

Request successful