---
title: "Get context generation job status"
method: GET
path: "/v2/project/setup/status/{jobId}"
tags: ["Context"]
deprecated: true
---

# Get context generation job status

`GET /v2/project/setup/status/{jobId}`

> **Deprecated.**

Track a context generation job. This deprecated endpoint is retained for backward compatibility; new integrations should use `POST /v2/project/jobs/info`.

## Path parameters

- `jobId` string, required

## 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`

Context job status.

- object
  - `jobId` string
  - `status` 'queued' | 'processing' | 'completed' | 'failed' | 'unknown'

## 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)
