v29

latestOpenAPI 3.1.2raw.githubusercontent.com2026-08-014117755.2 KB
Messages

List Messages

Lists all messages in a chat.

get/chats/{chatId}/messages

Path parameters

chatIdstring required

The unique identifier of the chat.

Query parameters

limitinteger required

Maximum number of messages to return (1-100, default 20).

cursorstring

Pagination cursor returned from a previous response.

Response

Response for status 200

cursorstring nullable required

Cursor to fetch the next page, or null if there are no more messages.