get https://api-v2.pandavideo.com/analytics/live//viewers
Retrieves current viewer data for a live stream
GET /analytics/live/{live_id}/viewers
Retrieves current viewer data for a live stream.
Detailed Description
Retrieves real-time viewer data for a specific live stream, including current viewer count, stream status, and basic stream information. This endpoint provides live monitoring capabilities for active streaming sessions.
HTTP Method & Path
GET /analytics/live/{live_id}/viewers
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 |