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
A Usage Metric object
An individual metric about usage of a user.
The user ID associated with the metric
Example:
"1bde4o2i6xycudoy"
The creator ID associated with the metric
Example:
"john@doe.com"
Total minutes of delivery usage.
Example:
100
Total transcoded minutes.
Example:
100
Total minutes of storage usage.
Example:
100
Was this page helpful?