---
title: "Get list of public scenes with pagination"
method: GET
path: "/v1/scenes"
tags: ["Scenes"]
---

# Get list of public scenes with pagination

`GET /v1/scenes`

## Query parameters

- `page` number
- `limit` number
- `search` string

## Response `200`

Public scenes retrieved successfully

- ScenesListResponseDto
  - `scenes` SceneDto[], required
    - `id` string, required
    - `name` string, required
    - `description` string, required
    - `coverImage` string
    - `avatarUrl` string — CDN URL of the scene avatar icon
    - `genre` string
    - `isPublic` boolean, required
    - `status` 'DRAFT' | 'IN_QUEUE' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMED_OUT', required — Current status of the scene
    - `isNew` boolean, required — Whether the scene was created within the last 30 days
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `total` number, required
  - `page` number, required
  - `limit` number, required
  - `totalPages` number, required

---

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