v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB

Get Stream Metrics for Live Stream

Returns time-series ingest metrics (bitrate and frame rate) for a live stream. Use ?limit= to control the number of samples returned. Samples are collected ~once per minute.

get/{live_id}/stream_metrics

Path parameters

live_idstring uuid required

ID of the live stream.

Query parameters

limitinteger

Number of data points to return. Defaults to 60.

Response

Stream metrics samples (bitrate / frame rate) collected during the broadcast.

timestampinteger

Unix timestamp (seconds) when the sample was collected.

bytes_instring nullable

Bytes per second received from the encoder (string or null when no data).

frame_ratestring nullable

Frame rate (fps) reported by the ingest (string or null when no data).