get https://api-v2.pandavideo.com/analytics/live//viewers_historic
Retrieves historical viewer data for a live stream
GET /analytics/live/{live_id}/viewers_historic
Retrieves historical viewer data for a live stream.
Detailed Description
Retrieves historical viewer data for a specific live stream, showing viewer count changes over time during the stream duration. This endpoint provides time-series data for analyzing viewer engagement patterns and stream performance over time.
HTTP Method & Path
GET /analytics/live/{live_id}/viewers_historic
Authentication Requirements
- Security Scheme:
PandaAuth
(apiKey) - Header:
Authorization: <your_api_token>
(no Bearer prefix)
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
Authorization | header | string | Yes | Panda API token (without Bearer prefix) |
live_id | path | string (uuid) | Yes | Unique identifier of the live stream |