Get dubbing

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

Path parameters

dubbing_idstringRequired
ID of the dubbing project.

Headers

xi-api-keystringRequired

Response

Successful Response
dubbing_idstring
The ID of the dubbing project.
namestring
The name of the dubbing project.
statusstring
The status of the dubbing project. Either 'dubbed', 'dubbing' or 'failed'.
target_languageslist of strings
The target languages of the dubbing project.
created_atstringformat: "date-time"
Timestamp this dub was created.
editableboolean or nullDefaults to false
Whether this dubbing project is editable in Dubbing Studio.
media_metadataobject or null
The media metadata of the dubbing project.
errorstring or null
Optional error message if the dubbing project failed.

Errors