---
title: "Get Lipsync"
method: GET
path: "/v3/lipsyncs/{lipsync_id}"
tags: ["Lipsync"]
---

# Get Lipsync

`GET /v3/lipsyncs/{lipsync_id}`

Returns details for a lipsync job including status, video_url, caption_url, and failure info if applicable.

## Path parameters

- `lipsync_id` string, required

## Response `200`

Successful response

- object
  - `data` LipsyncDetail — Detailed lipsync resource.
    - `id` string, required — Unique lipsync identifier
    - `title` string, nullable — Title of the lipsync job
    - `status` 'pending' | 'running' | 'completed' | 'failed', required
    - `duration` number, nullable — Video duration in seconds
    - `video_url` string, nullable — Presigned download URL for the output video. Only present when status is completed.
    - `caption_url` string, nullable — Presigned download URL for the SRT caption file. Only present when completed.
    - `callback_id` string, nullable — Client-provided callback ID
    - `created_at` integer, nullable — Unix timestamp when the lipsync was created
    - `failure_message` string, nullable — Error description. Only present when status is failed.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `404` — Resource not found
- `429` — Rate limit exceeded

---

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