---
title: "Get broadcast error descriptions"
method: GET
path: "/v1/campaigns/{broadcast_id}/triggers/{trigger_id}/errors"
tags: ["Broadcasts"]
---

# Get broadcast error descriptions

`GET /v1/campaigns/{broadcast_id}/triggers/{trigger_id}/errors`

If your broadcast produced validation errors, this endpoint can help you better understand what went wrong. Broadcast errors are generally issues in your broadcast audience and associated.

## Response `200`

Returns an array of errors.

- object
  - `errors` string[] — A list of errors in the format `line <x>: <error text>` to help you troubleshoot errors associated with your audience or data file.
  - `next` integer — The offset to pass as the `start` value to fetch the next page of errors.

## Other responses

- `400` — The `broadcastID`, `actionID` or `triggerID` is invalid.
- `401` — Unauthorized request. Make sure that you provided the right credentials.
- `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-03** `00b93971a49f` — 4 info
  - added the new optional `query` request parameter `limit` to all path's operations
  - added the new optional `query` request parameter `limit` to all path's operations
  - added the new optional `query` request parameter `start` to all path's operations
  - added the new optional `query` request parameter `start` to all path's operations
- **2026-09-02** `5da2740beeb5` — 5 info
  - added the new optional `query` request parameter `limit` to all path's operations
  - added the new optional `query` request parameter `limit` to all path's operations
  - added the new optional `query` request parameter `start` to all path's operations
  - added the new optional `query` request parameter `start` to all path's operations
  - …1 more

[Change history](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/changes/v1/campaigns/:broadcast_id/triggers/:trigger_id/errors/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)
