---
title: "Get your transactional email activity aggregated over a period of time"
method: GET
path: "/smtp/statistics/aggregatedReport"
tags: ["Transactional emails"]
---

# Get your transactional email activity aggregated over a period of time

`GET /smtp/statistics/aggregatedReport`

This endpoint will show the aggregated stats for past 90 days by default if `startDate` and `endDate` OR `days` is not passed. The date range can not exceed 90 days

## Query parameters

- `startDate` string
- `endDate` string
- `days` integer
- `tag` string

## Response `200`

Aggregated report informations

- GetAggregatedReport
  - `range` string — Time frame of the report
  - `requests` integer — Number of requests for the timeframe
  - `delivered` integer — Number of delivered emails for the timeframe
  - `hardBounces` integer — Number of hardbounces for the timeframe
  - `softBounces` integer — Number of softbounces for the timeframe
  - `clicks` integer — Number of clicks for the timeframe
  - `uniqueClicks` integer — Number of unique clicks for the timeframe
  - `opens` integer — Number of openings for the timeframe
  - `uniqueOpens` integer — Number of unique openings for the timeframe
  - `spamReports` integer — Number of complaint (spam report) for the timeframe
  - `blocked` integer — Number of blocked contact emails for the timeframe
  - `invalid` integer — Number of invalid emails for the timeframe
  - `unsubscribed` integer — Number of unsubscribed emails for the timeframe

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
