latestOpenAPI 3.0.3AGPL-3.0 license2026-08-2211401.8 MB

32391e7c6322

chat

Read messages from a conversation

Fetch messages from a specific LinkedIn conversation.

Pass the full conversationUrn as a query parameter, as returned by /chats/linkedin or /chats/linkedin/search. No parsing required — the server handles extraction internally.

Example: GET /chats/linkedin/messages?conversationUrn=urn:li:msg_conversation:(urn:li:fsd_profile:ACoAAXXX,2-YWUx...)

get/chats/linkedin/messages

Query parameters

conversationUrnstring required

Full conversation URN as returned by /chats/linkedin (e.g. 'urn:li:msg_conversation:(urn:li:fsd_profile:ACoAAXXX,2-YWUx...)')

Full conversation URN as returned by /chats/linkedin (e.g. 'urn:li:msg_conversation:(urn:li:fsd_profile:ACoAAXXX,2-YWUx...)')

deliveredAtinteger

Timestamp (ms) of the oldest message from previous page — pass this to load older messages

Timestamp (ms) of the oldest message from previous page — pass this to load older messages

Response

Conversation messages

successtrue required
prevCursorinteger nullable required

deliveredAt timestamp (ms) of the oldest message — pass as 'deliveredAt' to load older messages. Null when no more messages.

creditsUsedinteger required

Credits consumed by this call. 0 for free endpoints, cached results, duplicates, and for every query that does not touch LinkedIn.

retryAfterinteger required

Seconds to wait before another call of the same type. 0 means no wait is needed.