Get video retention data

Retrieves retention analytics data showing viewer drop-off over time

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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)
Path Params
uuid
required

Unique identifier of the video

Query Params
date

Start date for analytics data

date

End date for analytics data

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json