GET /webcast/live_analytics/video_list
List historical live stream recordings for a TikTok account. Returns past streams with metadata including title, duration, viewer count, and stream date. Requires authenticated TikTok session cookies.
Authentication required: Include session cookies via x-cookie-header. Only accessible for the account that owns the session — you cannot view another creator’s video history.
Response data: Each entry includes video_id (stream identifier), title, duration (seconds), viewer_count (peak viewers), create_time (start timestamp), and engagement metrics.
Use cases: Building creator analytics dashboards, tracking streaming performance over time, generating stream history reports, or identifying a specific video_id for use with the video_detail endpoint.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
unique_id | string | Yes | TikTok username |
count | number | No | Number of results (default: 20) |