---
title: "Get Translation Status for the project"
method: GET
path: "/v1/projects/{project_id}/status"
tags: ["Translation Status API"]
---

# Get Translation Status for the project

`GET /v1/projects/{project_id}/status`

## Path parameters

- `project_id` string, required

## Query parameters

- `branch` string

## Response `200`

OK, data returned

## Other responses

- `400` — Error codes:<br />&nbsp;<br />- `bad_request` when request generally is not well formed
- `404` — Not Found

## Changes

- **2026-08-17** `8473a4c4d4f9` — 4 warning
  - added the new `qa_checks_failed` enum value to the `errorCode` response property for the response status `400`
  - added the new `qa_checks_failed` enum value to the `errorCode` response property for the response status `404`
  - added the new `qa_checks_not_supported` enum value to the `errorCode` response property for the response status `400`
  - added the new `qa_checks_not_supported` enum value to the `errorCode` response property for the response status `404`

[Change history](https://skmtc.dev/localizely/apis/localizely-api/changes/v1/projects/:project_id/status/get.md)

---

[API](https://skmtc.dev/localizely/apis/localizely-api.md) · [All operations](https://skmtc.dev/localizely/apis/localizely-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/localizely/localizely-api/revisions/8473a4c4d4f9/schema)
