---
title: "List gallery items"
method: GET
path: "/public/v1/clones/{cloneId}/gallery"
tags: ["Gallery"]
---

# List gallery items

`GET /public/v1/clones/{cloneId}/gallery`

## Path parameters

- `cloneId` string, required

## Query parameters

- `type` 'Video' | 'Audio' | 'Image'

## Response `200`

Gallery item list

- object
  - `data` GalleryItemSummary[], required
    - `id` string, required
    - `type` 'Video' | 'Audio' | 'Image', required
    - `name` string, required
    - `description` string
    - `url` string, required
    - `thumbnailUrl` string
    - `isHeroVideo` boolean
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Missing or invalid API key
- `403` — API key lacks required scope
- `404` — Resource not found

---

[API](https://skmtc.net/clone-global/apis/cloneforce-platform-api.md) · [All operations](https://skmtc.net/clone-global/apis/cloneforce-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clone-global/cloneforce-platform-api/revisions/0841f04b6bd8/schema)
