Skip to main content

Fetch watch time report

GET 

/bv/analytics/v1/reports/watch-time

Generates the URL of the watch time report.


  • Returns a 400/BadRequest error if the request body is invalid.
  • Returns a 404/NotFound error if the report has not been generated yet.
  • Returns a 500/Internal Server Error error if any internal error occurs.

Request

Query Parameters

    time date-timerequired
    streaming_type stringrequired

    Possible values: [REPORT_STREAMING_TYPE_LIVE, REPORT_STREAMING_TYPE_VOD]

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    url string
Loading...