---
title: "Returns broadcast statistics for the customer"
method: GET
path: "/v1/account/customer/statistics/broadcast"
tags: ["uncategorized"]
---

# Returns broadcast statistics for the customer

`GET /v1/account/customer/statistics/broadcast`

## Query parameters

- `query` string
- `sort` string
- `from` string
- `to` string
- `page` integer
- `size` integer

## Response `200`

OK

- MessageStatisticBroadcastOverallResponseDto[]
  - `messageArchiveId` integer — the message archive ID
  - `transferId` string, required — transfer id
  - `title` string — the broadcast title
  - `type` string — the broadcast type
  - `sender` string — the broadcast sender
  - `numberOfRecipients` integer — number of recipients
  - `deliveryReport` boolean — delivery report requested
  - `delivered` integer — the number of delivered messages
  - `read` integer — the number of read messages within the broadcast
  - `interactions` integer — the number of interactions within the broadcast
  - `successRate` number — the ratio between delivered messages and number of recipients
  - `submittedOn` string, date-time, required — the submitted on date
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
