---
title: "Check Translation Status"
method: GET
path: "/v2/video_translate/{video_translate_id}"
tags: ["Video"]
---

# Check Translation Status

`GET /v2/video_translate/{video_translate_id}`

Get the current status and details of a video translation task

## Path parameters

- `video_translate_id` string, required

## Response `200`

Success

- object
  - `code` integer, required — Business status code: * 0 - Success * 10104 - Record not found * 10105 - Invalid API key * 18020 - Insufficient credit * 18025 - No permission to call APIs * 40000 - Parameter error * 50000 - System error
  - `msg` string, required — Response message
  - `data` object
    - `video_translate_id` string — Video translation task ID
    - `title` string — Translated video title
    - `status` 'pending' | 'processing' | 'completed' | 'failed' — Translation task status
    - `url` string, uri — Translated video URL (when completed)
    - `subtitle_url` string, uri — Translated subtitle URL (when completed)

---

[API](https://skmtc.net/jogg/apis/joggai-openapi-v2.md) · [All operations](https://skmtc.net/jogg/apis/joggai-openapi-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jogg/joggai-openapi-v2/revisions/ec8807ce9c12/schema)
