get_chat_messages
Read the messages of a single LinkedIn conversation in real time (newest last). Use the chat_id from list_inbox_chats. is_sender=true marks messages sent by the account owner (you). Use this to understand context before composing a reply with reply_to_chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages (1-50, default 15) | |
| cursor | No | Pagination cursor. Optional. | |
| chat_id | Yes | Chat ID from list_inbox_chats | |
| profile_id | No | UUID of the user_profile. Optional — defaults to active profile. |