---
title: "Get aggregated statistic intervals"
method: GET
path: "/marketing/v3/emails/statistics/histogram"
tags: ["Statistics"]
---

# Get aggregated statistic intervals

`GET /marketing/v3/emails/statistics/histogram`

Get aggregated statistics in intervals for a specified time span. Each interval contains aggregated statistics of the emails that were sent in that time.

## Response `200`

successful operation

- CollectionResponseWithTotalEmailStatisticIntervalNoPaging — Response object for collections of EmailStatisticIntervals.
  - `total` integer, required — Total number of objects.
  - `results` EmailStatisticInterval[], required — Collection of objects.
    - `interval` Interval, required
      - `start` string, date-time, required
      - `end` string, date-time, required
    - `aggregations` EmailStatisticsData, required
      - `deviceBreakdown` object, required — Statistics by device.
      - `qualifierStats` object, required — Number of emails that were dropped and bounced.
      - `counters` object, required — Counters like number of `sent`, `open` or `delivered`.
      - `ratios` object, required — Ratios like `openratio` or `clickratio`

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/marketing-marketing-emails-v3.md) · [All operations](https://skmtc.net/hubspot/apis/marketing-marketing-emails-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/marketing-marketing-emails-v3/revisions/d7f45521dbcd/schema)
