---
title: "List Video Transfers"
method: GET
path: "/api/admin/video-transfers"
tags: ["Admin", "admin"]
---

# List Video Transfers

`GET /api/admin/video-transfers`

T3-12 (BILLING_RULES.md §10): list videos where a channel-ownership
transfer has been detected by SnapshotCollector.

Returns videos whose `videos.detected_youtube_channel_id` differs from
the youtube_channel they're currently linked to. These need manual
admin review since automated transfer handling isn't implemented.

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/primetime/apis/primetime-media-api.md) · [All operations](https://skmtc.dev/primetime/apis/primetime-media-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primetime/primetime-media-api/revisions/9da9a9f64e11/schema)
