---
title: "List Videos (v2)"
method: GET
path: "/v2/videos"
tags: ["Videos v2"]
---

# List Videos (v2)

`GET /v2/videos`

List the videos created by the authenticated caller.

## Query parameters

- `after` string, nullable — Return videos strictly after this video ID.
- `limit` integer — Maximum number of videos to return.
- `order` 'asc' | 'desc' — Sort order by creation time.

## Headers

- `x-api-key` string, required — API Key for authentication

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mirage/apis/mirage-video-api.md) · [All operations](https://skmtc.net/mirage/apis/mirage-video-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mirage/mirage-video-api/revisions/31e2df09dcfa/schema)
