get_chat_messages
Retrieve messages from a LinkedIn chat conversation. Returns a paginated list with sender info and timestamps.
Instructions
Get messages from a specific chat conversation.
Args: chat_id: The chat/conversation ID (from list_chats) limit: Max messages per page (default 50) cursor: Pagination cursor from previous response
Returns: List of messages in the chat with sender info and timestamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| limit | No | ||
| cursor | No |