App Logo
linkedin.com

Get LinkedIn message thread

Read a classic LinkedIn messaging conversation (NOT Sales Navigator) by its thread URL from list_inbox. Returns the participants and messages (from, fromSelf, text, time, subject) in chronological order. Returns the most recent page only.

Input

threadUrl required

Conversation thread URL, e.g. https://www.linkedin.com/messaging/thread/2-XXXX==/ (from list_inbox).

Output

count required
messages required
threadUrl required
participants optional
participantsResolved optional

True when this thread was found in the inbox conversation list, so participants and each message's from/fromSelf are populated. False means the thread sits outside the inbox sync window the page loaded: messages are still complete, but sender names and direction are null.

FAQ

Read a classic LinkedIn messaging conversation (NOT Sales Navigator) by its thread URL from list_inbox. Returns the participants and messages (from, fromSelf, text, time, subject) in chronological order. Returns the most recent page only.
Required: threadUrl.
It returns count, messages, threadUrl, participants, participantsResolved.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It only reads. It looks things up on linkedin.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/get_thread, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_thread
It is part of Reduck's official curated catalogue.

Start building not clicking