---
title: "Get a video by ID"
method: GET
path: "/videos/{id}"
tags: ["Videos"]
---

# Get a video by ID

`GET /videos/{id}`

Returns details for a single video. Use this to check generation status after creating a video.

**Polling pattern:** After `POST /generate`, poll this endpoint every 5-10 seconds until `status` is `completed` or `failed`. Typical generation takes 1-3 minutes depending on video length and media type.

## Path parameters

- `id` string, uuid, required — The video ID returned from `POST /generate` or `GET /videos`.

## Response `200`

OK

- unknown

## Other responses

- `401` — 401
- `402` — 402
- `403` — 403

---

[API](https://skmtc.net/aituber/apis/aituber-api.md) · [All operations](https://skmtc.net/aituber/apis/aituber-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aituber/aituber-api/revisions/35448566f143/schema)
