---
title: "Get paginated list of models with live actions"
method: GET
path: "/v1/live-actions/models"
tags: ["Live Actions"]
---

# Get paginated list of models with live actions

`GET /v1/live-actions/models`

## Response `200`

- GetLiveActionModelsResponseDto
  - `total` number, required
  - `pageSize` number, required
  - `page` number, required
  - `items` LiveActionModelDto[], required
    - `id` string, required — Model ID
    - `slug` string, required — Model URL slug
    - `name` string, required — Model name
    - `age` number, required — Model age
    - `photo` string, required — Model photo URL
    - `avatarIcon` string — Model avatar icon URL
    - `previewVideoUrl` string — CDN URL of the initial state video for the live action scenario
    - `soundOn` boolean, required — Whether this live action scenario has sound
    - `longVideos` boolean, required — Whether this live action scenario uses long videos

---

[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)
