---
title: "Get your SMS activity aggregated per day"
method: GET
path: "/transactionalSMS/statistics/reports"
tags: ["Transactional SMS"]
---

# Get your SMS activity aggregated per day

`GET /transactionalSMS/statistics/reports`

## Query parameters

- `startDate` string
- `endDate` string
- `days` integer
- `tag` string
- `sort` 'asc' | 'desc'

## Response `200`

Aggregated SMS report informations

- GetTransacSmsReport
  - `reports` GetTransacSmsReportReports[]
    - `date` string, date — Date for which statistics are retrieved
    - `requests` integer — Number of requests for the date
    - `delivered` integer — Number of delivered SMS for the date
    - `hardBounces` integer — Number of hardbounces for the date
    - `softBounces` integer — Number of softbounces for the date
    - `blocked` integer — Number of blocked contact for the date
    - `unsubscribed` integer — Number of unsubscription for the date
    - `replied` integer — Number of answered SMS for the date
    - `accepted` integer — Number of accepted SMS for the date
    - `rejected` integer — Number of rejected SMS for the date
    - `skipped` integer — Number of skipped SMS for the date

## 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)
