---
title: "List video descriptors"
method: GET
path: "/video/list"
tags: ["Video"]
---

# List video descriptors

`GET /video/list`

## Query parameters

- `sort` string

## Headers

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

## Response `200`

A list of videos with basic information.

- object
  - `message` string
  - `error` boolean
  - `code` integer
  - `results` object
    - `response` object
      - `videoId` string
      - `videoTitle` string
      - `videoType` string
      - `insertedAt` string
      - `totalWatchedTimeInMs` integer
      - `totalWatchedTime` string
      - `videoDuration` string

## Other responses

- `404` — Returns 404 if no results 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)
