---
title: "List all broadcasts"
method: GET
path: "/broadcasts"
tags: ["Broadcasts"]
---

# List all broadcasts

`GET /broadcasts`

## Query parameters

- `cursor` string — Opaque cursor returned by a previous call, used to fetch the next page

## Response `200`

A list of broadcasts

- object
  - `data` object[], required
    - `id` string, uuid, required
    - `status` string, nullable, required
    - `createDate` string, date-time, required
  - `cursors` object
    - `next` string — Opaque cursor to fetch the next page. Absent when there are no more results

## Changes

- **2026-07-28** `8ccfb9a461e2` — 1 breaking, 10 info
  - response property `data/items/status` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the new optional `query` request parameter `cursor`
  - added the optional property `cursors` to the response with the `200` status
  - the response property `data` became required for the status `200`
  - …7 more

[Change history](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/changes/broadcasts/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)
