GET
/
data
/
views
/
query
/
creator

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

from

Start timestamp for the query range (inclusive)

to

End timestamp for the query range (exclusive)

timeStep
enum<string>

The time step to aggregate viewership metrics by

Available options:
hour,
day,
week,
month,
year
assetId
string

The asset ID to filter metrics for

streamId
string

The stream ID to filter metrics for

creatorId
string

The creator ID to filter the query results

breakdownBy[]
enum<string>[]

The list of fields to break down the query results. Specify this query-string multiple times to break down by multiple fields.

Available options:
deviceType,
device,
cpu,
os,
browser,
browserEngine,
continent,
country,
subdivision,
timezone,
viewerId

Response

200 - application/json
playtimeMins
number
required

The total playtime in minutes for the stream/asset.

viewCount
integer
required

The number of views for the stream/asset.

browser
string

The browser used by the viewer.

browserEngine
string

The browser engine used by the viewer's browser.

continent
string

The continent where the viewer is located.

country
string

The country where the viewer is located.

cpu
string

The CPU used by the viewer's device.

creatorId
string

The ID of the creator associated with the metric.

device
string

The device used by the viewer.

deviceType
string

The type of the device used by the viewer.

dStorageUrl
string

The URL of the distributed storage used for the asset

errorRate
number

The error rate for the stream/asset.

exitsBeforeStart
number

The percentage of sessions that existed before the asset started playing.

geohash
string

Geographic encoding of the viewers location. Accurate to 3 digits.

os
string

The operating system used by the viewer.

playbackId
string

The playback ID associated with the metric.

rebufferRatio
number

The rebuffering ratio for the asset.

subdivision
string

The subdivision (e.g., state or province) where the viewer is located.

timestamp
number

Timestamp (in milliseconds) when the metric was recorded. If the query contains a time step, this timestamp will point to the beginning of the time step period.

timezone
string

The timezone where the viewer is located.

ttffMs
number

The time-to-first-frame (TTFF) in milliseconds.

viewerId
string

The ID of the viewer associated with the metric.