---
title: "Get all your SMS activity (unaggregated events)"
method: GET
path: "/transactionalSMS/statistics/events"
tags: ["Transactional SMS"]
---

# Get all your SMS activity (unaggregated events)

`GET /transactionalSMS/statistics/events`

## Query parameters

- `limit` integer
- `startDate` string
- `endDate` string
- `offset` integer
- `days` integer
- `phoneNumber` string
- `event` 'bounces' | 'hardBounces' | 'softBounces' | 'delivered' | 'sent' | 'accepted' | 'unsubscription' | 'replies' | 'blocked' | 'rejected' | 'skipped'
- `tags` string
- `sort` 'asc' | 'desc'

## Response `200`

Sms events report informations

- GetSmsEventReport
  - `events` GetSmsEventReportEvents[]
    - `phoneNumber` string — Phone number which has generated the event
    - `date` string — UTC date-time on which the event has been generated
    - `messageId` string — Message ID which generated the event
    - `event` 'bounces' | 'hardBounces' | 'softBounces' | 'delivered' | 'sent' | 'accepted' | 'unsubscription' | 'replies' | 'blocked' | 'rejected' | 'skipped' — Event which occurred
    - `reason` string — Reason of bounce (only available if the event is hardbounce or softbounce)
    - `reply` string
    - `tag` string — Tag of the SMS which generated the event

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