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

# Get all your WhatsApp activity (unaggregated events)

`GET /whatsapp/statistics/events`

This endpoint will show the unaggregated statistics for WhatsApp activity (30 days by default if `startDate` and `endDate` or `days` is not passed. The date range can not exceed 90 days)

## Query parameters

- `limit` integer
- `offset` integer
- `startDate` string
- `endDate` string
- `days` integer
- `contactNumber` string, mobile
- `event` 'sent' | 'delivered' | 'read' | 'error' | 'unsubscribe' | 'reply' | 'soft-bounce'
- `sort` 'asc' | 'desc'

## Response `200`

WhatsApp events report

- GetWhatsappEventReport
  - `events` GetWhatsappEventReportEvents[]
    - `contactNumber` string, mobile, required — WhatsApp Number with country code. Example, 85264318721
    - `date` string, required — UTC date-time on which the event has been generated
    - `messageId` string, required — Message ID which generated the event
    - `event` 'sent' | 'delivered' | 'read' | 'error' | 'unsubscribe' | 'reply' | 'soft-bounce', required — Event which occurred
    - `reason` string — Reason for the event (will be there in case of `error` and `soft-bounce` events)
    - `body` string — Text of the reply (will be there only in case of `reply` event with text)
    - `mediaUrl` string, url — Url of the media reply (will be there only in case of `reply` event with media)
    - `senderNumber` string, mobile, required — WhatsApp Number with country code. Example, 85264318721

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