get_conversation
Retrieve a LinkedIn conversation with a person by their profile URL, optionally filtering messages from a specific date.
Instructions
Allows you to get a conversation with a LinkedIn person using standard LinkedIn messaging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personUrl | Yes | The LinkedIn URL of the person whose conversation you want to poll (e.g., 'https://www.linkedin.com/in/john-doe') | |
| since | No | Optional ISO 8601 timestamp to only retrieve messages since this date (e.g., '2024-01-15T10:30:00Z'). If not provided, the entire conversation history will be returned. |