---
title: "Get List Live Streams"
method: GET
path: "/live"
---

# Get List Live Streams

`GET /live`

Retrieve analytics data for all live streams broadcast in the given date range. Returns per-live metrics including traffic usage, average and unique viewers, chat message count, retention, and start/end timestamps.

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

Live analytics. Outer key is live_id (uuid with prefix 6c697665-), inner key is the broadcast date (YYYY-MM-DD).

- object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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