---
title: "Count Broadcasts"
method: GET
path: "/v1/broadcasts/count/"
tags: ["Broadcasts API"]
---

# Count Broadcasts

`GET /v1/broadcasts/count/`

Returns the total number of broadcast records matching the given filters. Accepts the same filter parameters as the search endpoint but returns only a count, without pagination or result data.

## Query parameters

- `broadcast_id` string[]
- `record_status` string[]
- `broadcast_status` string[]
- `start.gt` string
- `start.gte` string
- `start.lt` string
- `start.lte` string
- `start.tz` string
- `updated.gt` string
- `updated.gte` string
- `updated.lt` string
- `updated.lte` string
- `updated.tz` string
- `first_seen.gt` string
- `first_seen.gte` string
- `first_seen.lt` string
- `first_seen.lte` string
- `first_seen.tz` string
- `phq_viewership.gt` integer
- `phq_viewership.gte` integer
- `phq_viewership.lt` integer
- `phq_viewership.lte` integer
- `location.place_id` string[]
- `location.origin` string
- `event.event_id` string[]
- `event.category` string[]
- `event.label` string[]
- `event.entity_id` string[]

## Response `200`

Successful Response

- BroadcastCountResponse
  - `count` integer, required — The total number of broadcast records matching the query.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden

---

[API](https://skmtc.net/predicthq/apis/predicthq-events-api.md) · [All operations](https://skmtc.net/predicthq/apis/predicthq-events-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/predicthq/predicthq-events-api/revisions/66cd8ff349dd/schema)
