Retrieve messages from a specific LinkedIn conversation
Get detailed messages from a LinkedIn conversation using either a LinkedIn profile URL or a direct conversation ID, including message content, timestamps, and sender information.Documentation Index
Fetch the complete documentation index at: https://docs.linkupapi.com/llms.txt
Use this file to discover all available pages before exploring further.
conversation_id is not provided.linkedin_url is not provided.linkedin_url OR conversation_id must be provided (not both required)timestamp is in milliseconds since epochcursor parameter to get the most recent messagesnext_cursor value from the previous response as the cursor parameterhas_next_page is false, there are no more messages to fetchtotal_results to control how many messages are returned per request (default: 10)linkedin_url, the API first retrieves the conversation ID for the specified profile, then fetches the messagesconversation_id, the API directly fetches messages from that conversationprofile_url field is only included in the response when it was provided in the request