---
title: "GET /marketing/emails/2026-09/statistics/histogram"
method: GET
path: "/marketing/emails/2026-09/statistics/histogram"
tags: ["Basic"]
---

# GET /marketing/emails/2026-09/statistics/histogram

`GET /marketing/emails/2026-09/statistics/histogram`

## Query parameters

- `emailIds` integer[]
- `endTimestamp` string
- `interval` 'DAY' | 'HOUR' | 'MINUTE' | 'MONTH' | 'QUARTER' | 'QUARTER_HOUR' | 'SECOND' | 'WEEK' | 'YEAR'
- `startTimestamp` string

## Response `200`

successful operation

- CollectionResponseWithTotalEmailStatisticInterval
  - `paging` Paging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — The cursor token value to get the next set of results. Use this value as query parameter (&after=...) to obtain the next page.
      - `link` string — The link to the next page.
    - `prev` PreviousPage — specifies the paging information needed to retrieve the previous set of results in a paginated API response
      - `before` string, required — The cursor token value to get the previous set of results. Use this value as query parameter (&before=...) to obtain the previous page.
      - `link` string — The link to the previous page.
  - `results` EmailStatisticInterval[], required
    - `aggregations` EmailStatisticsData, required
      - `counters` object, required — Counters like number of `sent`, `open` or `delivered`.
      - `deviceBreakdown` object, required — Statistics by device.
      - `qualifierStats` object, required — Number of emails that were dropped and bounced.
      - `ratios` object, required — Ratios like `openratio` or `clickratio`
    - `interval` Interval, required
      - `end` string, date-time, required — The end timestamp of the interval, in ISO8601 format.
      - `start` string, date-time, required — The start timestamp of the interval, in ISO8601 format.
  - `total` integer, required

## Other responses

- `default` — An error occurred.

---

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