---
title: "Get the campaign details by ID"
method: GET
path: "/api/ext/v3/broadcasts/{broadcast_id}"
tags: ["Broadcasts"]
---

# Get the campaign details by ID

`GET /api/ext/v3/broadcasts/{broadcast_id}`

## Path parameters

- `broadcast_id` string, required

## Response `200`

Returns the broadcast details.

- BroadcastDetailsDto — Represents a detailed broadcast object.
  - `id` string, nullable — The identifier of the broadcast
  - `channel_id` string, nullable — The identifier of the channel associated with the broadcast
  - `name` string, nullable — The name of the broadcast
  - `status` string, nullable — The status of the broadcast
  - `template_id` string, nullable — The identifier of the message template used in the broadcast
  - `fallback_templates` FallbackTemplate[], nullable — The fallback templates used in the broadcast
    - `templateId` string, nullable
    - `type` integer
    - `providerType` integer
  - `created` string, date-time — The creation timestamp of the broadcast
  - `last_updated` string, date-time — The last updated timestamp of the broadcast
  - `scheduled_at` string, date-time — The scheduled time for the broadcast
  - `statistics` BroadcastStatisticsDto — Represents statistics related to a broadcast.
    - `total_recipients` integer — The total number of recipients for the broadcast
    - `total_pending` integer — The total number of messages pending to be processed
    - `total_queued` integer — The total number of messages queued for sending
    - `total_sending` integer — The total number of messages currently being sent
    - `total_sent` integer — The total number of messages sent
    - `total_delivered` integer — The total number of messages delivered
    - `total_read` integer — The total number of messages read by recipients
    - `total_replied` integer — The total number of replies received from recipients
    - `total_failed` integer — The total number of messages that failed to send
    - `total_stopped` integer — The total number of messages that were stopped

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