---
title: "List Videos"
method: GET
path: "/expressives"
tags: ["V4 Avatars"]
---

# List Videos

`GET /expressives`

## Query parameters

- `limit` number, double
- `token` string

## Response `200`

OK

- GetExpressivesResponseDto
  - `token` string — The pagination token for the next page of expressives
  - `expressives` PickExpressiveVideoExpressivePublicAllowedAttributes[], required
    - `id` string, required — The id of the expressive video
    - `owner_id` string, required — The id of the owner of the expressive video
    - `name` string — The name of the video
    - `thumbnail_url` string — The thumbnail url of the video
    - `status` 'created' | 'done' | 'error' | 'started' | 'rejected', required
    - `created_at` string, required — The date the video was created
    - `avatar_id` string, required — The id of the avatar of the video
    - `sentiment_id` string — The chosen sentiment id of the video
    - `user_data` string
    - `result_url` string — The result url of the video. Cannot be provided together with config.result_format.
    - `webhook` string
    - `created_by` string, required — The id of the user who created the expressive video
    - `completed_at` string
    - `error` JsonError
      - `kind` string, required
      - `description` string, required
      - `details` unknown
      - `internal` string
    - `subtitles_url` string
    - `duration` number, double

---

[API](https://skmtc.net/d-id/apis/realtime-endpoints.md) · [All operations](https://skmtc.net/d-id/apis/realtime-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-id/realtime-endpoints/versions/2f2425e1b6b6/schema)
