---
title: "Video Status"
method: GET
path: "/videos/{video_id}"
tags: ["videos"]
---

# Video Status

`GET /videos/{video_id}`

Video status endpoint for retrieving video status and metadata.

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

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

## Path parameters

- `video_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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