---
title: "Get a broadcast by ID"
method: GET
path: "/broadcasts/{broadcastId}"
tags: ["Broadcasts"]
---

# Get a broadcast by ID

`GET /broadcasts/{broadcastId}`

## Path parameters

- `broadcastId` string, uuid, required

## Response `200`

Broadcast details

- object
  - `id` string, uuid, required
  - `status` string, nullable, required
  - `createDate` string, date-time, required

## Other responses

- `404` — Broadcast not found

## Changes

- **2026-07-28** `8ccfb9a461e2` — 2 breaking, 8 info
  - added the pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` to the `path` request parameter `broadcastId`
  - response property `status` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the non-success response with the status `404`
  - the response property `createDate` became required for the status `200`
  - …6 more

[Change history](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/changes/broadcasts/:broadcastId/get.md)

---

[API](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api.md) · [All operations](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/indigohive/cogfy-messenger-public-api/revisions/30bd33ee45c9/schema)
