App Logo
linkedin.com

Sales Navigator – Get conversation thread

Fetch a full LinkedIn Sales Navigator conversation thread by its threadId (from get_inbox), pulling up to messageCount messages. Returns the counterpart participant(s), totalMessageCount, whether it was truncated, and every message in chronological order (oldest first) with body, subject (for InMails), whether it is a regular message or an InMail, deliveredAt, lastEditedAt, attachments, and direction (sent/received). A 1:1 thread has one counterpart, group threads list all; if returnedCount is below totalMessageCount, raise messageCount. Needs a Sales Navigator seat.

Input

threadId required

Conversation thread id from get_inbox (e.g. '2-NWU3...XzEwMA==').

messageCount optional

Max messages to fetch. Default 100 — enough for the whole thread in most cases. Compare returnedCount to totalMessageCount to detect truncation and raise this.

Default: 100

Output

messages required

Chronological, oldest first.

threadId required
archived optional
truncated optional

true when returnedCount < totalMessageCount — raise messageCount.

viewerUrn optional
viewerName optional
unreadCount optional
participants optional

Counterpart(s) — everyone except the viewer.

returnedCount optional
totalMessageCount optional

Start building not clicking