get_job_status
Check a dubbing job's status and retrieve the dubbed video and subtitle download URLs when completed. Get error details and refund if failed.
Instructions
Check a dubbing job's status.
Once the status is "completed" the response also carries the dubbed video and subtitle download URLs. "failed" carries the error and means the credits were refunded.
Args: job_id: The job_id returned by submit_dubbing_job.
Returns: JSON with status ("processing" / "completed" / "failed" / "cancelled") and, for a completed job, final_video_url and subtitle_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |