---
title: "Get broadcast details"
method: GET
path: "/v1/broadcasts/{broadcastId}"
tags: ["Broadcasts"]
---

# Get broadcast details

`GET /v1/broadcasts/{broadcastId}`

Returns a broadcast with its full configuration and delivery stats.

## Path parameters

- `broadcastId` string, required

## Response `200`

Broadcast details with stats

- object
  - `success` boolean
  - `broadcast` object
    - `id` string
    - `name` string
    - `description` string
    - `platform` string
    - `accountId` string
    - `message` object
      - `text` string
    - `template` object
      - `name` string
      - `language` string
    - `segmentFilters` object
      - `tags` string[]
    - `status` 'draft' | 'scheduled' | 'sending' | 'completed' | 'failed' | 'cancelled'
    - `scheduledAt` string, date-time
    - `startedAt` string, date-time
    - `completedAt` string, date-time
    - `recipientCount` integer
    - `sentCount` integer
    - `deliveredCount` integer
    - `readCount` integer
    - `failedCount` integer
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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