---
title: "Get live stream viewers history"
method: GET
path: "/analytics/live/{live_id}/viewers_historic"
tags: ["Analytics API"]
---

# Get live stream viewers history

`GET /analytics/live/{live_id}/viewers_historic`

Retrieves historical viewer data for a live stream

## Path parameters

- `live_id` string, uuid, required

## Response `200`

Live stream viewers history retrieved successfully

- object[] — Historical viewer data points
  - `viewers` integer — Number of viewers at this timestamp
  - `timestamp` integer — Unix timestamp in milliseconds

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not found - Resource does not exist
- `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)
