---
title: "Get your SMS activity aggregated over a period of time"
method: GET
path: "/transactionalSMS/statistics/aggregatedReport"
tags: ["Transactional SMS"]
---

# Get your SMS activity aggregated over a period of time

`GET /transactionalSMS/statistics/aggregatedReport`

## Query parameters

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

## Response `200`

Aggregated SMS report informations

- GetTransacAggregatedSmsReport
  - `range` string — Time frame of the report
  - `requests` integer — Number of requests for the timeframe
  - `delivered` integer — Number of delivered SMS for the timeframe
  - `hardBounces` integer — Number of hardbounces for the timeframe
  - `softBounces` integer — Number of softbounces for the timeframe
  - `blocked` integer — Number of blocked contact for the timeframe
  - `unsubscribed` integer — Number of unsubscription for the timeframe
  - `replied` integer — Number of answered SMS for the timeframe
  - `accepted` integer — Number of accepted SMS for the timeframe
  - `rejected` integer — Number of rejected SMS for the timeframe
  - `skipped` integer — Number of skipped SMS 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/revisions/2aec3cf66501/schema)
