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

# Get statistics on call broadcast

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

Returns broadcast statistics like total number of 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

- CallBroadcastStats — ~
  - `totalOutboundCount` integer — ~
  - `remainingOutboundCount` integer — ~
  - `billedAmount` number — ~
  - `callsAttempted` integer — ~
  - `callsPlaced` integer — ~
  - `callsDuration` integer — ~
  - `billedDuration` integer — ~
  - `responseRatePercent` integer — ~
  - `callsRemaining` integer — ~
  - `callsAwaitingRedial` integer — ~
  - `callsLiveAnswer` integer — ~
  - `totalCount` integer — ~
  - `answeringMachineCount` integer — ~
  - `busyCount` integer — ~
  - `dialedCount` integer — ~
  - `doNotCallCount` integer — ~
  - `errorCount` integer — ~
  - `liveCount` integer — ~
  - `miscCount` integer — ~
  - `noAnswerCount` integer — ~
  - `transferCount` 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)
