---
title: "Get list of all videos in the library."
method: GET
path: "/videos"
---

# Get list of all videos in the library.

`GET /videos`

## Response `200`

List details of all the videos

- ListVideosResponse
  - `videos` object[]
    - `title` string — Title of the video
    - `id` string — Unique id of the video
    - `url` string, uri — Playable URL of the video
    - `length` number — Length of the video in seconds

## Other responses

- `400` — Invalid request
- `default` — Unexpected error

---

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