---
title: "Get video details"
method: GET
path: "/video/{video_id}"
---

# Get video details

`GET /video/{video_id}`

## Path parameters

- `video_id` string, required

## Query parameters

- `collection_id` string

## Response `200`

Video details

- object
  - `success` boolean
  - `data` Video
    - `id` string
    - `name` string
    - `description` string
    - `collection_id` string
    - `length` number
    - `size` number
    - `stream_url` string
    - `player_url` string
    - `thumbnail_url` string
    - `created_at` string, date-time

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/versions/21b1d1d3eae8/schema)
