Paginated list of the caller’s LinkedIn conversation history, newest first. Optionally scope to one connection.
connectionId query narrows to one connection.
Messages whose counterpart URL doesn’t match any imported connection still exist in the table, just with connection_id: null. They appear in the full list but won’t show up when filtered by a specific connectionId.
/api/network/messages with other verbs. See Import network messages to bulk-load from LinkedIn Messages.csv, or Delete all network messages to nuke the full history.limit is clamped to 100 server-side — passing larger values silently gets capped, limit in the response is the effective value.Linkage is best-effort. Messages whose counterpart URL didn’t match any imported connection carry connection_id: null. The expected flow is importNetworkConnections before importNetworkMessages, in that order.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
If provided, only return messages linked to this connection id.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$1-indexed page. Defaults to 1.
Page size. Defaults to 50; clamped to a max of 100.
Paginated message page.