---
title: "Get Stream Metrics for Live Stream"
method: GET
path: "/{live_id}/stream_metrics"
---

# Get Stream Metrics for Live Stream

`GET /{live_id}/stream_metrics`

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.

## Path parameters

- `live_id` string, uuid, required

## Query parameters

- `limit` integer

## Response `200`

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

- object[] — Array of metric data points ordered by time.
  - `timestamp` integer — Unix timestamp (seconds) when the sample was collected.
  - `bytes_in` string, nullable — Bytes per second received from the encoder (string or null when no data).
  - `frame_rate` string, nullable — Frame rate (fps) reported by the ingest (string or null when no data).

## Other responses

- `400` — 400

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/versions/4fbd3c623ca9/schema)
