GET analytics/videos/{videoId}

api.video

Summary: List video player sessions
Operation ID: GET_analytics-videos-videoId
Auth: unknown
Description

Retrieve all available user sessions for a specific video. Tutorials that use the [analytics endpoint](https://api.video/blog/endpoints/analytics).

Parameters (5)

currentPage (integer, query, optional, default: 1)

Choose the number of search results to return per page. Minimum value: 1

metadata (array, query, optional)

Metadata and [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata) filter. Send an array of key value pairs you want to filter sessios with.

pageSize (integer, query, optional, default: 25)

Results per page. Allowed values 1-100, default is 25.

period (string, query, optional)

Period must have one of the following formats: - For a day : 2018-01-01, - For a week: 2018-W01, - For a month: 2018-01 - For a year: 2018 For a range period: - Date range: 2018-01-01/2018-01-15

videoId (string, path, required)

The unique identifier for the video you want to retrieve session information for.

No probe data for this endpoint yet.