---
title: "Get all broadcast lists for an org unit"
method: GET
path: "/broadcasts"
tags: ["SMS Broadcast"]
---

# Get all broadcast lists for an org unit

`GET /broadcasts`

Returns a list of broadcasts with pagination and filtering options

## Query parameters

- `page` integer
- `limit` integer
- `filter` string[]
- `timezone` string, string

## Response `200`

An array of broadcast lists

- object[]
  - `broadcast_id` integer — Broadcast conversation ID
  - `broadcast_name` string — Name of the broadcast
  - `agent_name` string — Agent name
  - `messages_sent` integer — Number of messages sent
  - `responses` integer — Number of responses received
  - `created_at` string, date-time — Creation timestamp

## Other responses

- `default` — Unexpected error

---

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