---
title: "Get statistics on text broadcast"
method: GET
path: "/texts/broadcasts/{id}/stats"
tags: ["texts"]
---

# Get statistics on text broadcast

`GET /texts/broadcasts/{id}/stats`

Returns the broadcast statistics. Example: total number of the sent/received actions, total cost, number of remaining outbound actions, error count, etc

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string
- `begin` integer
- `end` integer

## Response `200`

successful operation

- TextBroadcastStatsDto — ~
  - `totalOutboundCount` integer — ~
  - `remainingOutboundCount` integer — ~
  - `billedAmount` number — ~
  - `sentCount` integer — ~
  - `unsentCount` integer — ~
  - `recievedCount` integer — ~
  - `doNotTextCount` integer — ~
  - `tooBigCount` integer — ~
  - `errorCount` integer — ~

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.net/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/versions/9f6fb501bc03/schema)
