Read-only

Get Campaign Variant Stats

Returns per-variant statistics for a campaign, broken down by step and arm, including sent, accepted, replied, positive_replied, and positive_reply_rate. A positive reply is counted when a contact carries an auto:interested or auto:wants_meeting tag, giving you a clear read on which message variants actually convert. Returns empty when nothing is enrolled in the campaign.

get_variant_statsGET/api/v1/analytics/variants
crispy — bash

Example prompt: Show me per-variant stats for the gtm-engineers-apr26 campaign so I can see which arm replies best

[
  {
    "step": 1,
    "arm": "A",
    "sent": 120,
    "accepted": 48,
    "replied": 19,
    "positive_replied": 7,
    "positive_reply_rate": 0.058
  }
]
Permission scope
core
Access
Read-only
Category
Analytics

What you can build

Identify the winning message variant in an A/B test by positive-reply rate
Spot underperforming steps in a sequence and rewrite them
Compare acceptance versus reply rates across arms to refine copy
Justify promoting a variant with concrete conversion data

Parameters

Inputs accepted by get_variant_stats.

NameTypeDescription
campaign_idstringCampaign slug (e.g. 'gtm-engineers-apr26') from list_campaigns

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.