> For the complete documentation index, see [llms.txt](https://api-docs.islash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.islash.io/broadcast-message/get-broadcast.md).

# Get Broadcast

{% openapi src="/files/99NrYZgl6vRu3GWZh8mH" path="https\://{ISLASH\_API\_ENDPOINT}/api/public/broadcast/{id}" method="get" %}
[6.2.get\_broadcast.json](https://3840158533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPYMAy98rfabp765nSz03%2Fuploads%2F5qSVeqiKDNfoKffcSDRS%2F6.2.get_broadcast.json?alt=media\&token=4b600fa2-0915-46c1-902d-3e3ef35e2572)
{% endopenapi %}

{% code title="Sample Response" %}

```json
{
    "meta": {
        "code": "RESP_OKAY",
        "message": "Success",
        "trace_id": "a28d8bd80c5950ce"
    },
    "data": {
        "broadcast": {
            "id": 95,
            "name": "API Broadcast",
            "status": "pending",
            "attach_label": {
                "id": 2,
                "text": "Pending Payment",
                "color": "blue"
            },
            "total_recipients": 2,
            "progress": 0,
            "scheduled_at": 1667793600,
            "started_at": null,
            "ended_at": null,
            "reply_count": {
                "12_hours": 0,
                "24_hours": 0,
                "48_hours": 0
            }
        }
    }
}

```

{% endcode %}
