Broadcasts

Get broadcast error descriptions

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.

get/v1/campaigns/{broadcast_id}/triggers/{trigger_id}/errors

Response

Returns an array of errors.

errorsstring[]

A list of errors in the format line <x>: <error text> to help you troubleshoot errors associated with your audience or data file.

nextinteger

The offset to pass as the start value to fetch the next page of errors.

Changes

Changed in 1 of the 2 revisions of this API.5

    • added the new optional query request parameter limit to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter limit to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter start to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter start to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the media type application/json for the response with the status 429

      response-media-type-added