---
title: "Get translation job strings."
method: GET
path: "/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/strings"
tags: ["Jobs"]
---

# Get translation job strings.

`GET /jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/strings`

This gets translation job string hashcodes with locales

## Path parameters

- `projectId` string, required
- `translationJobUid` string, required

## Query parameters

- `targetLocaleId` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- LocaleHashcodeResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `totalCount` integer — Total amount of elements
      - `items` object[]
        - `targetLocaleId` string — The locale identidier.
        - `hashcode` string, hash — Unique identifier for the translatable.

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `404` — Job not found error
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/versions/2a73d11e9b98/schema)
