---
title: "Statistics overview"
method: GET
path: "/video/overview/{videoId}"
tags: ["Video"]
---

# Statistics overview

`GET /video/overview/{videoId}`

## Path parameters

- `videoId` string, required

## Query parameters

- `timeframe_start` number
- `timeframe_end` number

## Headers

- `organization` string, required
- `channel` string, required

## Response `200`

Get all data successfully

- object
  - `message` string
  - `error` boolean
  - `code` integer
  - `results` object
    - `videoTitle` string
    - `streamType` string
    - `videoDuration` string
    - `totalViews` integer
    - `totalWatchTime` integer
    - `startupTimeScore` number
    - `playbackSuccessScore` number
    - `overallViewerExperienceScore` number
    - `timeframe` unknown[]
      - unknown

## Other responses

- `404` — video id was not found.
- `500` — Some errors happend.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
