---
title: "Video view count"
method: GET
path: "/video/views-count/{videoId}"
tags: ["Video"]
---

# Video view count

`GET /video/views-count/{videoId}`

## Path parameters

- `videoId` string, required

## Headers

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

## Response `200`

The total views of a video.

- object
  - `message` string
  - `error` boolean
  - `code` integer
  - `results` object
    - `response` object
      - `videoTitle` string
      - `totalViews` integer

## Other responses

- `404` — Views not found

---

[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)
