Viewership
Query usage metrics
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Start millis timestamp for the query range (inclusive)
End millis timestamp for the query range (exclusive)
The time step to aggregate viewership metrics by
Available options:
hour
, day
The creator ID to filter the query results
The list of fields to break down the query results. Currently the
only supported breakdown is by creatorId
.
Available options:
creatorId
Response
200 - application/json
An individual metric about usage of a user.
The creator ID associated with the metric
Total minutes of delivery usage.
Total minutes of storage usage.
Total transcoded minutes.
The user ID associated with the metric
Was this page helpful?