---
title: "Get campaign stats detail"
method: GET
path: "/campaigns/{id}/stats-detail"
tags: ["Campaigns"]
---

# Get campaign stats detail

`GET /campaigns/{id}/stats-detail`

Returns statistics for a specific campaign with each subscriber and their individual events.

## Path parameters

- `id` integer, required

## Query parameters

- `event` string
- `email` string
- `from_date` string
- `per_page` integer
- `page` integer

## Response `200`

OK

- object
  - `next_page_url` string
  - `total` integer
  - `per_page` integer
  - `subscribers` object
    - `foo@bar.com` object
      - `open` integer
      - `send` integer
      - `unsub` integer
      - `soft_bounce` integer
      - `click` integer
      - `hard_bounce` integer
      - `out_of_band` integer
      - `spam` integer

---

[API](https://skmtc.dev/ecomail/apis/ecomail-api.md) · [All operations](https://skmtc.dev/ecomail/apis/ecomail-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecomail/ecomail-api/revisions/31b5789931fe/schema)
