Broadcasts

Get broadcast metrics

Returns a list of metrics for an individual broadcast in steps (days, weeks, etc). We return metrics from oldest to newest (i.e. the 0-index for any result is the oldest step/period).

You cannot request fewer than 2 steps of any period (2 hours, 2 days, 2 weeks, or 2 months). For instance, ?period=days&steps=1 means two days - the 48 hours before the API request was made. ?period=days&steps=0 returns the same as the maximum of the period - ?period=days&steps=45. See the steps parameter below for the maximum count of each period.

get/v1/broadcasts/{broadcast_id}/metrics

Response

Returns broadcast metrics by series (with increments are based on the period and step in your request) for the broadcast.

Changes

Changed in 1 of the 3 revisions of this API.1

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

      response-media-type-added