Read-only

List LinkedIn Invitations

List LinkedIn connection invitations by direction, either incoming received requests (default) or sent outbound requests, and filter by status of pending, accepted, or all. Accepted results come from the invitation tracker and support a configurable look-back window and campaign filter. Returns an empty array when no invitations match.

list_invitationsGET/api/v1/network/invitations
crispy — bash

Example prompt: Show me the invitations I sent that are still pending so I can clean up the old ones

[
  {
    "invitation_id": "7412938501234",
    "name": "Sara Lin",
    "direction": "sent",
    "status": "pending"
  }
]
Permission scope
core
Access
Read-only
Category
Connections

What you can build

Review incoming requests so you can accept or decline them efficiently
Audit your sent pending invitations to decide which to withdraw
Pull recently accepted invitations to trigger timely follow-up messages
Filter accepted connections by campaign to measure outreach conversion

Parameters

Inputs accepted by list_invitations.

NameTypeDescription
direction"incoming" | "sent"Filter by direction: 'incoming' (received invitations, default) or 'sent' (outbound pending). Default: 'incoming' (changed in v6.0, use direction='sent' for outbound).
status"pending" | "accepted" | "all"Filter by status: pending (default) | accepted | all
limitnumberMax results to return (default 20 for pending, 50 for accepted/all)
cursorstringPagination cursor (pending status only)
daysnumberFor accepted/all: look back this many days (default 30)
campaign_idstringFor accepted/all: filter by campaign ID

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.