---
title: "Get Digital Twin Generation Status"
method: GET
path: "/v2/video_avatar/{avatar_id}"
tags: ["Digital Twins"]
---

# Get Digital Twin Generation Status

`GET /v2/video_avatar/{avatar_id}`

Checks the current status of the Digital Twin generation process and returns relevant details.

## Path parameters

- `avatar_id` string, required

## Response `200`

Status retrieved successfully.

- object
  - `error` string, nullable
  - `data` object
    - `avatar_id` string
    - `avatar_name` string
    - `status` 'in_progress' | 'completed' | 'failed'
    - `created_at` integer
    - `preview_image_url` string, nullable
    - `preview_video_url` string, nullable
    - `error_message` string, nullable
    - `default_voice_id` string, nullable

## Other responses

- `404` — Specified avatar ID was not found.

---

[API](https://skmtc.net/heygen/apis/heygen-api.md) · [All operations](https://skmtc.net/heygen/apis/heygen-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heygen/heygen-api/revisions/2f19176d6d56/schema)
