---
title: "Get the campagin overview"
method: GET
path: "/api/ext/v3/broadcasts/overview"
tags: ["Broadcasts"]
---

# Get the campagin overview

`GET /api/ext/v3/broadcasts/overview`

## Query parameters

- `channel` string
- `date_from` string, date-time, required
- `date_to` string, date-time, required
- `search_string` string

## Response `200`

Returns the broadcast overview.

- GetBroadcastsOverviewResponse — Response model for getting broadcasts overview.
  - `total_links` integer — The total number of links.
  - `total_processing` integer — The total number of processing links.
  - `total_queued` integer — The total number of queued links.
  - `total_sent` integer — The total number of sent links.
  - `total_delivered` integer — The total number of delivered links.
  - `total_open` integer — The total number of open links.
  - `total_replied` integer — The total number of replied links.
  - `total_failed` integer — The total number of failed links.
  - `total_stopped` integer — The total number of stopped links.
  - `total_sending` integer — The total number of sending links.

## Other responses

- `400` — The request is invalid.
- `401` — The request is unauthorized.
- `403` — The request is forbidden.
- `429` — Too many requests. Either the rate limit has been exceeded or usage limits have been reached.
- `500` — Unexpected error occurred. Please try again.

---

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