---
title: "Get Dubbed Run Info"
method: GET
path: "/dub-result/{run_id}"
tags: ["Apis"]
---

# Get Dubbed Run Info

`GET /dub-result/{run_id}`

## Path parameters

- `run_id` integer, required — The unique identifier for the run, which was generated during the creation process and returned upon task completion.

## Response `200`

Successful Response

- RunInfoResponse
  - `video_url` string — Direct link to download the complete dubbed video file.
  - `audio_url` string — Direct link to download the isolated dubbed audio track.
  - `transcript` DialogueItem[] — Array of dialogue items containing speaker identification, timing information and textual transcript for each dialogue item.
    - `start` number, float, required — The start time (in seconds) of the dialogue.
    - `end` number, float, required — The end time (in seconds) of the dialogue.
    - `text` string, required — The actual text content of the dialogue spoken by the speaker.
    - `speaker` string, required — The name or identifier of the speaker delivering the dialogue.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
