---
title: "List clips"
method: GET
path: "/projects/{project_uuid}/clips"
tags: ["clips"]
---

# List clips

`GET /projects/{project_uuid}/clips`

List clips in a project

## Path parameters

- `project_uuid` string, required

## Query parameters

- `page` integer, required
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

List of clips

- ClipsListClipsResponse200
  - `success` boolean
  - `items` ProjectsProjectUuidClipsGetResponsesContentApplicationJsonSchemaItemsItems[]

## Changes

- **2026-08-22** `e93597a6b425` — 1 warning
  - for the `query` request parameter `page`, the min was set to `1.00`

[Change history](https://skmtc.dev/resemble/apis/api-reference/changes/projects/:project_uuid/clips/get.md)

---

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