---
title: "Get Video"
method: GET
path: "/v1/videos/{video_id}"
tags: ["Videos"]
---

# Get Video

`GET /v1/videos/{video_id}`

Returns a single video.

## Path parameters

- `video_id` string, required

## 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
  - `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

## Changes

- **2026-09-18** `fb9750c99d0a` — 1 warning
  - for the `path` request parameter `video_id`, the maxLength was set to `32`

[Change history](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/changes/v1/videos/:video_id/get.md)

---

[API](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/revisions/1816e2044c07?raw)
