---
title: "Get Videos"
method: GET
path: "/v1/videos"
tags: ["Videos"]
---

# Get Videos

`GET /v1/videos`

Returns a list of videos.

## Query parameters

- `limit` integer — A limit on the number of objects to be returned
- `offset` integer — The number of objects to skip

## Response `200`

Successful Response

- VideoRead[]
  - `title` string, required — The title of the video
  - `description` string, required — The description of the video
  - `order_id` integer — The order ID of the video
  - `thumbnail_url` string, uri — The URL of the thumbnail for the video
  - `platform` 'youtube' | 'twitch', required — An enumeration.
  - `data` union, required — The data of the video
    - YoutubeData
      - `video_id` string, required — The video ID of the YouTube video
    - TwitchData
      - `channel` string, required — The channel of the Twitch video
  - `id` string, required — The unique identifier of the video

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/6402c25762c8/schema)
