v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB

Get Buffering Metrics for Live Stream

Returns aggregated buffering metrics for a live stream over the last ~10 minutes. The response is a nested object: outer keys are time buckets, inner objects hold numeric counters (buffering count, viewers, average buffer duration, etc.).

get/{live_id}/buffering_metrics

Path parameters

live_idstring uuid required

ID of the live stream.

Response

Buffering metrics aggregated over the last ~10 minutes of the live stream. The response is a nested object: outer keys are time-bucket identifiers (timestamps or interval labels) and the inner object holds numeric counters for that bucket.

object required

Map of time-bucket identifier to a map of metric name to numeric value.