list_inbox_chats
List recent LinkedIn inbox conversations (chats) in real time. Returns chat_id (used by get_chat_messages / reply_to_chat), the other attendee's provider id, unread count and last-message timestamp. Message preview text is not always provided by LinkedIn in the list — call get_chat_messages with the chat_id to read the actual messages. profile_id is optional — defaults to the active profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max chats (1-50, default 15) | |
| cursor | No | Pagination cursor from a previous call. Optional. | |
| profile_id | No | UUID of the user_profile to read from. Optional — defaults to active profile. |