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

# Get Buffering Metrics for Live Stream

`GET /{live_id}/buffering_metrics`

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.).

## Path parameters

- `live_id` string, uuid, required

## Response `200`

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 — Map of time-bucket identifier to a map of metric name to numeric value.

## 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/revisions/4fbd3c623ca9/schema)
