get https://data.pandavideo.com/retention/
Retrieves retention analytics data showing viewer drop-off over time
GET /retention/{video_id}
Retrieves retention analytics data showing viewer drop-off over time for a specific video.
Detailed Description
Retrieves detailed retention analytics data for a specific video, showing how many viewers continue watching at different points throughout the video duration. This data helps understand viewer engagement and identify where viewers typically drop off.
HTTP Method & Path
GET /retention/{video_id}
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) |
| video_id | path | string (uuid) | Yes | Unique identifier of the video |
| start_date | query | string (date) | No | Start date for analytics data. Format: YYYY-MM-DD (e.g., 2025-01-01) |
| end_date | query | string (date) | No | End date for analytics data. Format: YYYY-MM-DD (e.g., 2025-01-01) |
