App Logo
linkedin.com

Sales Navigator – Get inbox

List the latest LinkedIn Sales Navigator inbox conversations. Args: count (page size), filter (the inbox folder: INBOX default, UNREAD, ARCHIVED), and pageStartsAt for pagination. Paginate newest to oldest by passing the returned nextPageStartsAt as pageStartsAt. Needs a Sales Navigator seat. Returns the viewer identity and threads (threadId, unread/unreadCount, archived, totalMessageCount, the other participants with salesLeadUrl, and the last message with body/subject/type/deliveredAt and direction).

Input

count optional

Threads per page. Default 20.

Default: 20
filter optional

Inbox folder, mapping to the 'All messages' dropdown. Observed values: INBOX (default, all conversations), UNREAD, ARCHIVED.

Default: "INBOX"
pageStartsAt optional

Time cursor in ms epoch for pagination (newest→oldest). Omit for the newest page; to fetch older threads pass the nextPageStartsAt returned by the previous call. Time-based, so stable under replay.

Output

count required
filter required
threads required
total optional

Total threads in this folder.

viewerUrn optional
viewerName optional
nextPageStartsAt optional

Cursor for the next (older) page; pass back as pageStartsAt. null when the page is empty.

Start building not clicking