---
title: "Get campaigns"
method: GET
path: "/api/ext/v3/broadcasts"
tags: ["Broadcasts"]
---

# Get campaigns

`GET /api/ext/v3/broadcasts`

## Query parameters

- `channel` string
- `page_number` integer, required
- `page_size` integer, required

## Response `200`

Returns the list of broadcasts.

- GetBroadcastsResponse — Response model for getting broadcasts.
  - `broadcasts` BroadcastDto[], nullable — The list of broadcast info.
    - `id` string, nullable — The identifier of the broadcast
    - `channel_id` string, nullable — The identifier of the channel associated with the broadcast
    - `name` string, nullable — The name of the broadcast
    - `status` string, nullable — The status of the broadcast
    - `template_id` string, nullable — The identifier of the message template used in the broadcast
    - `fallback_templates` FallbackTemplate[], nullable — The fallback templates used in the broadcast
      - `templateId` string, nullable
      - `type` integer
      - `providerType` integer
    - `created` string, date-time — The creation timestamp of the broadcast
    - `last_updated` string, date-time — The last updated timestamp of the broadcast
    - `scheduled_at` string, date-time — The scheduled time for the broadcast
  - `page_number` integer — The current page number.
  - `page_size` integer — The number of items per page.
  - `total` integer — The total number of message templates available.

## Other responses

- `400` — The request is invalid.
- `401` — The request is unauthorized.
- `403` — The request is forbidden.
- `429` — Too many requests. Either the rate limit has been exceeded or usage limits have been reached.
- `500` — Unexpected error occurred. Please try again.

---

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