---
title: "Changes to Get a broadcast by ID"
method: GET
path: "/broadcasts/{broadcastId}"
---

# Changes to Get a broadcast by ID

`GET /broadcasts/{broadcastId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 9 revisions.

- **2026-07-28** `8ccfb9a461e2` — 2 breaking, 8 info

## 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`
  - the response property `id` became required for the status `200`
  - the response property `status` became required for the status `200`
  - removed the `pending` enum value from the `status` response property for the response status `200`
  - removed the `sent` enum value from the `status` response property for the response status `200`
  - the `createDate` response's property pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` was added for the status `200`
  - the `id` response's property 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)$` was added for the status `200`

---

[Operation](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/docs/broadcasts/:broadcastId/get.md) · [API](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api.md) · [Page](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/changes/broadcasts/:broadcastId/get)
