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

# Get campaign steps analytics

`GET /api/v2/campaigns/analytics/steps`

Get campaign steps analytics

## Query parameters

- `campaign_id` string, uuid
- `start_date` string
- `end_date` string
- `include_opportunities_count` boolean

## Response `200`

Default Response

- object[]
  - `step` string, nullable, required — The step number. When null it means we couldn't determine the step number for the event, for instance for list leads, which are not part of a campaign.
  - `variant` string, nullable, required — The variant number, starting from 0. 0 = A, 1 = B, 2 = C, etc. When null it means we couldn't determine the variant for the event.
  - `sent` integer, required — The total number of sent emails
  - `opened` integer, required — The total number of opened emails
  - `unique_opened` integer, required — The total number of opened emails
  - `replies` integer, required — The total number of replies
  - `unique_replies` integer, required — The total number of replies
  - `replies_automatic` integer, required — The total number of automatic replies detected
  - `unique_replies_automatic` integer, required — The total number of unique automatic replies detected
  - `clicks` integer, required — The total number of links clicked
  - `unique_clicks` integer, required — The total number of unique links clicked. Unique meaning from unique leads, not unique links. For instance, if a lead clicked a link 3 times, it will be counted as 1 unique click. If a lead clicked 3 different links, it will still be counted as 1 unique click
  - `opportunities` integer — The total number of opportunities created from this step. Included only if `include_opportunities_count` is `true`
  - `unique_opportunities` integer — The total number of unique opportunities created from this step. Unique meaning unique per lead. If a lead has multiple opportunities, it will be counted as 1 unique opportunity. Included only if `include_opportunities_count` is `true`
  - `meetings_booked` integer — The total number of opportunities from this step whose current CRM status is Meeting Booked. Included only if `include_opportunities_count` is `true`
  - `won` integer — The total number of opportunities from this step whose current CRM status is Won. Included only if `include_opportunities_count` is `true`

## 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)
