---
title: "Get broadcast messages by broadcast ID"
method: GET
path: "/broadcasts/{broadcast_id}/messages"
tags: ["SMS Broadcast"]
---

# Get broadcast messages by broadcast ID

`GET /broadcasts/{broadcast_id}/messages`

Returns a list of messages for the specified broadcast ID

## Path parameters

- `broadcast_id` integer, required

## Response `200`

An array of broadcast messages

- object[]
  - `textMessage` string — Content of the message

## 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/revisions/ccf9bbe34f5a/schema)
