API Reference

Get video retention data

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

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token (without Bearer prefix)
video_idpathstring (uuid)YesUnique identifier of the video
start_datequerystring (date)NoStart date for analytics data. Format: YYYY-MM-DD (e.g., 2025-01-01)
end_datequerystring (date)NoEnd date for analytics data. Format: YYYY-MM-DD (e.g., 2025-01-01)
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!