Chats
Get Chat Messages
Retrieves a paginated list of messages in a chat. Supports cursor-based pagination for infinite scroll.
GET
Get Chat Messages
This endpoint uses cursor-based pagination for infinite scroll. Pass
last_seen_id with the ID of the last message from the previous page to fetch the next set of results. Omit it for the first page.Authorizations
Query Parameters
ID of the last message from the previous page. Omit for the first page.
Maximum number of messages to return per page.
Get Chat Messages