---
title: "Get Translation"
method: GET
path: "/v1/external/voice-file/jobs/{jobId}/translations/{locale}"
tags: ["Voice File"]
---

# Get Translation

`GET /v1/external/voice-file/jobs/{jobId}/translations/{locale}`

Retrieve a specific translation by locale.

- More efficient than listing all translations when you know the target locale
- Job status must be `COMPLETED`

Documentation: [Supported locales](/fundamentals/supported-locales)

## Path parameters

- `jobId` string, required
- `locale` string, required

## Response `200`

Translation data

- Translation
  - `jobId` string, required — Associated job identifier
  - `locale` string, required — Translation locale
  - `text` string, required — Translated text

## Other responses

- `401` — Unauthorized
- `404` — Job or translation not found

---

[API](https://skmtc.net/tiro/apis/tiro-api.md) · [All operations](https://skmtc.net/tiro/apis/tiro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiro/tiro-api/revisions/ae18d7961aa4/schema)
