---
title: "Get Dubbing"
method: GET
path: "/v1/dubbing/{dubbing_id}"
tags: ["dubbing", "dubbing", "dubbing"]
---

# Get Dubbing

`GET /v1/dubbing/{dubbing_id}`

Returns metadata about a dubbing project, including whether it's still in progress or not

## Path parameters

- `dubbing_id` string, required — ID of the dubbing project.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- DubbingMetadataResponse
  - `dubbing_id` string, required — The ID of the dubbing project.
  - `name` string, required — The name of the dubbing project.
  - `status` string, required — The state this dub is in.
  - `source_language` string, nullable, required — Once dubbing has completed, the ISO-639-1 code of the original media's source language.
  - `target_languages` string[], required — The ISO-639-1 code of the languages this media has been dubbed into.
  - `editable` boolean — Whether this dubbing project is editable in Dubbing Studio.
  - `created_at` string, date-time, required — Timestamp this dub was created.
  - `media_metadata` DubbingMediaMetadata
    - `content_type` string, required — The content type of the media.
    - `duration` number, required — The duration of the media in seconds.
  - `error` string, nullable — Error message indicate, if this dub has failed, what happened.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/versions/57d56f34628a/schema)
