v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Retention Analytics

Get retention analytics for account

Retrieves retention analytics data for the authenticated user's account

get/retention

Query parameters

start_datestring date

Start date for analytics period

end_datestring date

End date for analytics period

Response

Retention analytics data retrieved successfully

Example response

{
  "data": [
    {
      "video_id": "abc123",
      "retention_rate": 65.4,
      "drop_off_points": [
        {
          "timestamp": 30,
          "retention": 85.2
        }
      ]
    }
  ]
}