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

# List Translations

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

List all translations generated for a Voice File Job.

- Job status must be `COMPLETED`
- Requires `translationLocales` to have been set during job creation
- Returns translations for all requested locales

Documentation: [How to retrieve translations](/voice-file/tutorial#step-5-retrieve-results)

## Path parameters

- `jobId` string, required

## Response `200`

List of translations

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

## Other responses

- `401` — Unauthorized
- `404` — Job 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)
