Query usage metrics

get/data/usage/query

Query parameters

frominteger

Start millis timestamp for the query range (inclusive)

tointeger

End millis timestamp for the query range (exclusive)

timeStep'hour' | 'day'

The time step to aggregate viewership metrics by

creatorIdstring

The creator ID to filter the query results

Response

A Usage Metric object

UserIDstring required

The user ID associated with the metric

CreatorIDstring required

The creator ID associated with the metric

DeliveryUsageMinsnumber required

Total minutes of delivery usage.

TotalUsageMinsnumber required

Total transcoded minutes.

StorageUsageMinsnumber required

Total minutes of storage usage.

Changes