Paginated, searchable, sortable view of the caller’s LinkedIn connection graph with per-row message counts.
message_count uses a slower in-memory path (loads all connection ids, counts messages, then sorts) but is still fine on sub-100k networks.
/api/network/connections with other verbs. See Import network connections to bulk-upsert from a LinkedIn data-export CSV, or Delete all network connections to nuke the full graph.hasMessages filter is post-pagination. The count and totalPages fields reflect the pre-filter total. Don’t rely on connections.length === limit for “has more pages”; use page < totalPages instead.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Case-insensitive substring match over first_name, last_name, company, position.
1-indexed page number. Defaults to 1.
Page size. Defaults to 50; clamped to a max of 100.
Sort field. Unknown values fall back to connected_on. message_count uses a slower in-memory sort path.
connected_on, first_name, last_name, company, position, enriched_at, message_count Sort direction. Defaults to desc.
asc, desc Enrichment filter. enriched = enriched_at IS NOT NULL; basic = enriched_at IS NULL. Defaults to all.
all, enriched, basic Filter by whether the connection has any network_messages. Applied in-memory AFTER pagination — the count field still reflects the pre-filter total.
true, false Paginated connection page. connections may be shorter than limit when hasMessages is applied.
Total rows matching filters (before hasMessages in-memory filter).
0 <= x <= 90071992547409910 < x <= 90071992547409910 < x <= 90071992547409910 <= x <= 9007199254740991