Viewership
Query usage metrics
GET
/
data
/
usage
/
query
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 user ID associated with the metric
The creator ID associated with the metric
Total minutes of delivery usage.
Total transcoded minutes.
Total minutes of storage usage.
Was this page helpful?