---
title: "Get Video by ID"
method: GET
path: "/expressives/{id}"
tags: ["V4 Avatars"]
---

# Get Video by ID

`GET /expressives/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- PickExpressiveVideoExpressivePublicAllowedAttributes — From T, pick a set of properties whose keys are in the union K
  - `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

## Other responses

- `401` — AuthorizationError
- `404` — NotFoundError
- `500` — InternalServerError

---

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