---
title: "Video List"
method: GET
path: "/v1/videos"
tags: ["videos"]
---

# Video List

`GET /v1/videos`

Video list endpoint for retrieving a list of videos.

Follows the OpenAI Videos API spec:
https://platform.openai.com/docs/api-reference/videos

Example:
```bash
curl -X GET "http://localhost:4000/v1/videos"         -H "Authorization: Bearer sk-1234"
```

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
