---
title: "Get campaign(s) analytics"
method: GET
path: "/api/v2/campaigns/analytics"
tags: ["Campaign", "Analytics"]
---

# Get campaign(s) analytics

`GET /api/v2/campaigns/analytics`

Get analytics for one or multiple campaigns. Specify the `id` field to get the analytics for a single campaign, or leave it empty to get the analytics for all campaigns

## Query parameters

- `id` string, uuid
- `ids` string[]
- `start_date` string
- `end_date` string
- `exclude_total_leads_count` boolean

## Response `200`

Default Response

- object[]
  - `campaign_name` string, required — The name of the campaign
  - `campaign_id` string, uuid, required — The ID of the campaign
  - `campaign_status` number, required — The campaign status
  - `campaign_is_evergreen` boolean, required — Whether the campaign is evergreen
  - `leads_count` integer, required — The total number of leads
  - `contacted_count` integer, required — Number of leads for whom the sequence has started
  - `emails_sent_count` integer, required — The total number of sent emails
  - `new_leads_contacted_count` integer, required — The total number of new leads contacted
  - `open_count` integer, required — The number of leads that opened at least one email
  - `open_count_unique` integer — The number of unique email opens (first open per lead)
  - `open_count_unique_by_step` integer — The number of unique email opens per step (first open per lead per step)
  - `reply_count` integer, required — The total number of replies received (if a lead replies multiple times, each reply is counted)
  - `reply_count_unique` integer — The number of unique replies (first reply per lead). Excludes automatic replies.
  - `reply_count_unique_by_step` integer — The number of unique replies per step (first reply per lead per step). Excludes automatic replies.
  - `reply_count_automatic` integer — The total number of automatic replies detected
  - `reply_count_automatic_unique` integer — The number of unique automatic replies (first automatic reply per lead)
  - `reply_count_automatic_unique_by_step` integer — The number of unique automatic replies per step
  - `link_click_count` integer, required — The number of links that got clicked
  - `link_click_count_unique` integer — The number of unique link clicks (first click per lead)
  - `link_click_count_unique_by_step` integer — The number of unique link clicks per step (first click per lead per step)
  - `bounced_count` integer, required — The number of bounced leads
  - `unsubscribed_count` integer, required — The number of unsubscribed leads
  - `completed_count` integer, required — The number of leads that the campaign was completed for
  - `total_opportunities` integer, required — The total number of unique opportunities created
  - `total_opportunity_value` number, required — The total value of opportunities created

## Other responses

- `400` — Default Response
- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/revisions/378d1e253fe7/schema)
