---
title: "Get a specific Video Translate"
method: GET
path: "/translations/{id}"
tags: ["Video Translate"]
---

# Get a specific Video Translate

`GET /translations/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- GetTranslationResponse
  - `id` string, required — Unique identifier for the object
  - `group_id` string, required — Identifier for the translation group id
  - `name` string, required — The name of the translation
  - `owner_id` string, required — Unique identifier of the owner that submitted the translation
  - `status` 'created' | 'validating' | 'done' | 'error' | 'rejected' | 'ready', required
  - `created_at` string, required — Translation creation time as iso-8601 string
  - `created_by` string — The user id that created the translation
  - `modified_at` string, required — last modified time as iso-8601 string
  - `result_url` string — The result url of the video
  - `subtitles_url` string — The subtitle of the video
  - `thumbnail_url` string — The thumbnail url of the video
  - `transcriptions` Transcription[] — The translated transcription versions
    - `url` string, required
    - `version` 'original' | 'shortened' | 'edit', required
    - `selected` boolean

## Other responses

- `401` — AuthorizationError
- `404` — NotFoundError

---

[API](https://skmtc.net/d-id/apis/realtime-endpoints.md) · [All operations](https://skmtc.net/d-id/apis/realtime-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-id/realtime-endpoints/versions/2f2425e1b6b6/schema)
