---
title: "List User Avatars"
method: GET
path: "/v1/avatars"
tags: ["Avatar"]
---

# List User Avatars

`GET /v1/avatars`

Get avatars list for auth user

## Query parameters

- `page` integer
- `page_size` integer

## Cookies

- `la_session` string

## Response `200`

Successful Response

- ResponsePaginatedResponseAvatarSchema
  - `code` integer
  - `data` PaginatedResponseAvatarSchema
    - `count` integer, required
    - `next` string
    - `previous` string
    - `results` AvatarSchema[], required
      - `id` string, uuid, required
      - `space_id` string
      - `type` 'IMAGE' | 'VIDEO'
      - `status` 'ACTIVE' | 'INIT' | 'DEPLOYING' | 'FAILED'
      - `name` string, required
      - `preview_url` string
      - `is_expired` boolean
      - `default_voice` DefaultAvatarVoice
        - `id` string, required
        - `name` string, required
      - `is_1080p` boolean
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required
      - `error_message` string, required — Error message if training failed (prefer detailed, fallback to short).
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/liveavatar/apis/live-avatar-api.md) · [All operations](https://skmtc.net/liveavatar/apis/live-avatar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liveavatar/live-avatar-api/versions/fbfa5cdbd7f9/schema)
