---
title: "视频列表"
method: GET
path: "/api/v1/videos"
tags: ["video"]
---

# 视频列表

`GET /api/v1/videos`

## Query parameters

- `start` integer
- `limit` integer

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