---
title: "Get translation status for a file"
method: GET
path: "/v2/project/translations/files/status/{fileId}"
tags: ["Files"]
---

# Get translation status for a file

`GET /v2/project/translations/files/status/{fileId}`

Return translation progress and availability by locale for one source file, along with its source metadata.

## Path parameters

- `fileId` string, required

## Query parameters

- `versionId` string
- `branchId` string

## Headers

- `gt-api-version` '2025-01-01.v0' | '2025-11-03.v1' | '2026-02-18.v1' | '2026-03-06.v1'
- `gt-project-id` string

## Response `200`

Translation status for the file.

- object
  - `translations` object[]
    - `locale` string
    - `completedAt` string, date-time, nullable
    - `approvedAt` string, date-time, nullable
    - `publishedAt` string, date-time, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
  - `sourceFile` object
    - `id` string
    - `branchId` string
    - `fileId` string
    - `versionId` string
    - `fileName` string
    - `sourceLocale` string
    - `fileFormat` string
    - `dataFormat` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `approvalRequiredAt` string, date-time, nullable
    - `locales` string[]

## Other responses

- `401` — Missing or invalid API key.
- `403` — The API key lacks the required permission, or the action is not allowed on the current plan.
- `404` — The requested resource was not found.

---

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