---
title: "List Projects"
method: GET
path: "/admin/clipper"
tags: ["admin-clipper"]
---

# List Projects

`GET /admin/clipper`

All Clipper projects, most-recently-edited first — for the video picker, with each
project's ingested clip count + total S3 proxy size.

## Response `200`

Successful Response

- ClipProjectSummary[]
  - `slug` string, required
  - `title` string, nullable, required
  - `updated_at` string, date-time, required
  - `archived_at` string, date-time, nullable, required
  - `clips` integer, required
  - `bytes` integer, required

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
