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

---

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