Read-only

Get Outreach History

Get the outreach and activity history for a specific contact or across all recent activity. Returns send_invitation, send_message, and profile_view events, filterable by contact identifier or activity type. Returns an empty list when no matching activities are found.

get_outreach_historyGET/api/v1/leads/outreach
crispy — bash

Example prompt: Show me the full outreach history for the contact john-doe

[
  {
    "activity_type": "send_invitation",
    "contact": "john-doe",
    "occurred_at": "2026-06-10T14:22:00Z"
  }
]
Permission scope
core
Access
Read-only
Category
Lead Management

What you can build

Review every touchpoint with a contact before sending another message
Audit recent invitations sent across your account in one pull
Filter to profile_view events to gauge passive engagement
Confirm whether a contact has already been messaged to avoid double outreach

Parameters

Inputs accepted by get_outreach_history.

NameTypeDescription
crispy_idstringCrispy contact UUID, takes priority over other lookup fields
linkedin_provider_idstringLinkedIn provider ID (ACoAA... or ACwA... variant)
linkedin_urlstringLinkedIn URL or slug of the contact (e.g. 'john-doe'). [Deprecated: use crispy_id or linkedin_provider_id]
contact_idstringContact UUID (alternative to linkedin_url). [Deprecated: use crispy_id]
emailstringEmail address of the contact
activity_typestringFilter by activity type (e.g. send_invitation, send_message, profile_view)
limitnumberMax results (default 50, max 500)

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.