Get Conversation
get_conversationRetrieve a LinkedIn messaging conversation by providing the participant's username or thread ID.
Instructions
Read a specific messaging conversation.
Provide either linkedin_username or thread_id to identify the conversation.
When looked up by linkedin_username, resolution searches the messaging inbox for the participant's display name and click-visits every matching row to capture its thread ID — LinkedIn's sidebar has no anchor hrefs or thread-id attributes, so this is the only available path. Each visit selects the row in the LinkedIn UI and may mark it as read. Pass thread_id directly to skip this enumeration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| linkedin_username | No | LinkedIn username of the conversation participant | |
| thread_id | No | LinkedIn messaging thread ID | |
| index | No | 0-based selector for which thread to open when the participant has multiple threads (e.g. an organic 1-on-1 plus an InMail). Ignored when thread_id is provided. To enumerate thread IDs first, call search_conversations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||