---
title: "Get broadcast triggers"
method: GET
path: "/v1/broadcasts/{broadcast_id}/triggers"
tags: ["Broadcasts"]
---

# Get broadcast triggers

`GET /v1/broadcasts/{broadcast_id}/triggers`

Returns a list of the `triggers` for a broadcast.

## Response `200`

Returns an array of `triggers`.

- object
  - `triggers` BroadcastTriggerObject[] — Each object in the array represents a time that your broadcast was triggered/sent.
    - `id` integer — The identifier for a broadcast trigger.
    - `broadcast_id` integer — The identifier for a broadcast.
    - `created_at` integer — The date time when the referenced ID was created.
    - `processed_at` integer — The date-time when Customer.io processed the trigger.

## Other responses

- `400` — The `broadcastID`, `actionID` or `triggerID` is invalid.
- `404` — The broadcast, action, and/or trigger do not exist.
- `429` — Your request is over the 10-per-second limit. `Retry-After` tells you how many seconds you must wait before you send the next request.

## Changes

- **2026-09-02** `5da2740beeb5` — 1 info
  - added the media type `application/json` for the response with the status `429`

[Change history](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/changes/v1/broadcasts/:broadcast_id/triggers/get.md)

---

[API](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference.md) · [All operations](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/customer/customer-io-journeys-api-reference/revisions/00b93971a49f/schema)
