---
title: "List Lipsyncs"
method: GET
path: "/v3/lipsyncs"
tags: ["Lipsync"]
---

# List Lipsyncs

`GET /v3/lipsyncs`

Returns a paginated list of all lipsync jobs in the account.

## Query parameters

- `limit` integer
- `token` string

## Response `200`

Successful response

- object
  - `data` LipsyncDetail[]
    - `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.
  - `has_more` boolean — Whether more pages are available
  - `next_token` string, nullable — Opaque cursor for the next page

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `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)
