# Get a dubbing version Retrieve detailed information about a specific dubbing version by providing its unique Version ID. #### Response Details The response includes metadata about the version, such as its current status and progress in the dubbing process. The field provides a link to , where you can fine-tune the dubs further. This URL is not signed and requires authentication. Use the endpoint (as described below) to pre-sign a URL. If the final video has been successfully generated, the response will also include a signed URL in the field. This URL allows you to securely download the fully synchronized video, complete with lip and body language alignment. #### Version Status The field indicates the current state of the version. Possible values include: - : The version is currently being prepared for editing. - : The version is ready for editing and refinement in the Panjaya Dubbing Studio web interface. - : The version is being processed to generate the final video. Editing is temporarily disabled during this stage. - : The version has been successfully generated and is ready for download. - : An error occurred during the version processing. Endpoint: GET /v1/versions/{version_id} Security: api_key ## Path parameters: - `version_id` (string, required) ## Response 200 fields (application/json): - `asset_id` (string, required) - `dubbing_id` (string, required) - `version_id` (string, required) - `name` (string, required) - `studio_url` (string, required) - `locale` (string, required) A locale code of [a supported locale](#section/Languages-support). If the locale is not supported, an error response of status 400 will be returned. - `created_at` (string, required) - `status` (string, required) Enum: "NotReady", "ReadyToEdit", "Generating", "Completed", "Failed" - `result_url` (any) - `result_audio_url` (any) - `error` (any) ## Response 401 fields (application/json): - `detail` (string, required) A full description of the error. ## Response 404 fields (application/json): - `detail` (string, required) A full description of the error. ## Response 500 fields (application/json): - `detail` (string, required) A full description of the error.