---
title: "List your clips"
method: GET
path: "/clips"
tags: ["Clips"]
---

# List your clips

`GET /clips`

Returns your standalone AI clips, newest first. For the next page, pass the `createdAt` of the last clip as `cursor`. An empty array means there are no more clips.

## Query parameters

- `limit` integer — Maximum clips per page (1-50). Default: 20.
- `cursor` string, date-time — Pagination cursor: the `createdAt` of the last clip from the previous page. Omit for the first page.

## Response `200`

OK

- object[] — Clips sorted newest first.
  - `id` string, uuid, required — Clip ID.
  - `title` string, required — Clip title.
  - `status` string, required — Generation status: `pending`, `processing`, `completed`, or `failed`.
  - `modelKey` string, required — The model used.
  - `aspectRatio` string, required — Clip aspect ratio.
  - `createdAt` string, date-time, required — When the clip was created. Use the last item's value as the next `cursor`.
  - `outputUrl` string, nullable, required — Download URL for the finished MP4 clip. `null` until completed.
  - `mediaAssetId` string, nullable, required — Internal media asset ID.
  - `errorMessage` string, nullable, required — Why generation failed, when `status` is `failed`.

## Other responses

- `401` — 401
- `402` — 402
- `403` — 403

## Changes

> 7 revisions in range; 1 could not be searched.

- **2026-08-15** `ac1de8fd0dfc` — 1 breaking, 2 info
  - the `oneOf[subschema #1]/data` response's property type/format changed from ``/`` to `object`/`` for status `403`
  - the response property `oneOf[subschema #1]/data` became required for the status `403`
  - added the required property `oneOf[subschema #1]/data/feature` to the response with the `403` status

[Change history](https://skmtc.dev/aituber/apis/aituber-api/changes/clips/get.md)

---

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