Read-only

Get Campaign Details

Fetches campaign data for one campaign or lists all of them. Omit campaign_id to list every campaign in your workspace, or pass one with include[] to load the health funnel, action stats, account health, and outreach config in parallel. Returns metadata only by default and supports forced recompute of included slices.

get_campaignGET/api/v1/campaigns/{campaign_id}/outreach
crispy — bash

Example prompt: Get the state and stats for my q1-fintech-outreach campaign

{
  "campaign_id": "q1-fintech-outreach",
  "state": { "invited": 180, "accepted": 54, "replied": 19 },
  "stats": { "sent_today": 12 },
  "health": "ok"
}
Permission scope
core
Access
Read-only
Category
Campaigns

What you can build

Pull a full health funnel and action counts for one campaign in a single call
List every active campaign across your workspace at a glance
Check account health before scaling outreach volume
Inspect live outreach configuration without opening a dashboard

Parameters

Inputs accepted by get_campaign.

NameTypeDescription
campaign_idstringCampaign slug (e.g. 'gtm-engineers-apr26'). Omit to list all campaigns.
includestring[]Slices to fetch in parallel: 'state'=health funnel, 'stats'=action counts, 'health'=account health, 'outreach'=config. Default: none (metadata only).
refreshbooleanForce recompute of included slices (passes through to sub-handlers).
include_archivedbooleanWhen listing all campaigns (no campaign_id), include archived campaigns (default: false).

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.