Skip to main content

Retrieve event aggregate metrics

Retrieve event aggregate metrics

Path Parameters
event_id uuid4 REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
ok Ok OPTIONAL

Indicates if the request was successful or not.

data object
stages_count Stages Count

Number of stages in the event

channels_count Channels Count

Total number of channels

channels_live_count Channels Live Count

Number of channels currently broadcasting

input_languages string[] OPTIONAL

Event input languages

output_languages string[] OPTIONAL

Event output languages

translations_count Translations Count

Number of distinct target languages

event_time_minutes Event Time Minutes OPTIONAL

Sum of streaming minutes across all channel runs. UI 'EVENT TIME' card.

participants_count Participants Count OPTIONAL

Unique listener count (FE dedups tabs per device).

consumed_languages_count Consumed Languages Count OPTIONAL

Number of languages with at least one active listener. UI 'LANGUAGES' card.

credits_used Credits Used OPTIONAL

Aggregated from billing usage over the event's streaming window.

language_distribution object[] OPTIONAL

Bar chart payload. Overlap-allowed: a listener that switched languages appears in each bar where they were active.

language Language

ISO code or 'original'

participants Participants

Unique listeners on this language

stats_freshness date-time

Snapshot updated_at — or now() if no snapshot exists yet

is_finalized Is Finalized OPTIONAL

True once the event has finished and the final snapshot was written

default

Default Response

Schema OPTIONAL
ok Ok OPTIONAL

Indicates if the request was successful or not.

errors object[]

List of errors

type uri

Possible values: 1 ≤ length ≤ 2083

A string containing a URI reference that identifies the problem type.

status Status

Possible values: 399 < value < 600

A number indicating the HTTP status code.

title Title

Possible values: 5 ≤ length

A string containing a short, human-readable summary of the problem type.

detail Detail

Possible values: 5 ≤ length

A string containing a human-readable explanation specific to this occurrence of the problem.

instance Instance

Possible values: 1 ≤ length

A string containing a URI reference that identifies the specific occurrence of the problem.

error_code Error Code

A Number that indicates the error type that occurred.