---
title: "视频详情"
method: GET
path: "/api/v1/video/{id}"
tags: ["video"]
---

# 视频详情

`GET /api/v1/video/{id}`

## Path parameters

- `id` string, required

## Response `200`

返回视频列表

- object
  - `code` integer — 状态码，0为成功，小于0为失败
  - `result` string — 错误描述
  - `data` Video[] — unresolved $ref

---

[API](https://skmtc.dev/gourouting/apis/g.md) · [All operations](https://skmtc.dev/gourouting/apis/g/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gourouting/g/revisions/c1d6c4a632f5/schema)
