Get campaign metrics

GET/api/v1/campaigns/{id}/metrics

One campaign in full: funnel, replies by intent, bounces, conversions, per-day and per-step with A/B variants.

campaigns:readRead campaigns, their leads, and their metrics.

Notes

A campaign send counts only when its status is sent. There is no delivered state on campaign sends, unlike magnet deliveries.
reply_rate is replies over enrollments. A reply means real reply text, a conversion, or a classified intent, never the placeholder states.

Parameters

Name In Type Default Description
id path string Campaign id. Required.

Example

curl "https://resources.ashwanth.dev/api/v1/campaigns/YOUR_ID/metrics" \
  -H "Authorization: Bearer $LEADMAGNET_API_KEY"
Try it
API key
Held in this page only, never saved or sent anywhere but this API. If you are signed in, you can leave it blank.
Parameters
id *
Request
GET /api/v1/campaigns/{id}/metrics
Fill the required path parameter first.