---
title: "Get Video Translates"
method: GET
path: "/translations"
tags: ["Video Translate"]
---

# Get Video Translates

`GET /translations`

## Query parameters

- `groupId` string
- `limit` number, double
- `token` string

## Response `200`

OK

- GetTranslationsResponse
  - `translations` GetTranslationResponse[], required
    - `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
  - `token` string

## Other responses

- `401` — AuthorizationError

---

[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/revisions/2f2425e1b6b6/schema)
