Get Activities Event Log
Provides a raw read of the activities event log, including touchpoints, sends, replies, and accepts, so you can compute your own scores, health metrics, or cohort analysis. Filter by contact, campaign, activity type, direction, and time window, with a default of 100 rows and a max of 500. Returns an empty list when nothing matches your filters.
Example prompt: Pull the last 200 outbound message and connection-accepted events for the gtm-engineers-may26 campaign
[
{
"activity_type": "connection_accepted",
"contact_id": "c_8f2a",
"campaign_id": "gtm-engineers-may26",
"direction": "inbound",
"created_at": "2026-06-15T14:22:00Z"
}
]What you can build
Parameters
Inputs accepted by get_activities.
| Name | Type | Description |
|---|---|---|
| contact_id | string | Filter to a single contact's stream. |
| campaign_id | string | Filter to a single campaign (slug, e.g. 'gtm-engineers-may26'). |
| activity_type | string | Activity type to filter by, or a JSON array of types (e.g. 'message_sent', 'connection_accepted', 'send_invitation', 'message_received'). An empty/omitted value returns all types. |
| direction | "inbound" | "outbound" | Filter by message direction. |
| since | string | ISO timestamp lower bound on created_at (inclusive). |
| until | string | ISO timestamp upper bound on created_at (inclusive); pagination cursor. |
| limit | number | Max rows (default 100, max 500). |
Related tools
Get Activity Analytics
See a daily breakdown of invitations, messages, and posts over the last week so your agent can track outreach output and pacing.
Get Outreach History
Get outreach and activity history for a LinkedIn contact or all recent activity: invitations, messages, and profile views, filterable by type.
Get Analytics
One unified analytics endpoint for posts, profile, campaigns, invitations, messages, and more across day, week, or month periods.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.