---
title: "Search Jobs By Hashcodes And Locales"
method: POST
path: "/jobs-api/v3/projects/{projectId}/jobs/find-jobs-by-strings"
tags: ["Jobs"]
---

# Search Jobs By Hashcodes And Locales

`POST /jobs-api/v3/projects/{projectId}/jobs/find-jobs-by-strings`

Search Job(s), based on locales and hashcodes. We allow total 20000 records to be passed. Means it could be 10 locales * 2000 hashcodes or 1 locale * 20000 hashcodes or no locales and just 20000 hashcodes, etc

## Path parameters

- `projectId` string, required

## Request body

- SearchTranslationJobByLocalesAndHashcodesRequest — The payload to use when searching translation jobs by hashcodes and locales.
  - `hashcodes` string[] — The array of hashcodes to search a job containing given hashcodes. If empty, response will also be empty list.
  - `localeIds` string[] — List of localeIds to search jobs associated with provided hashcodes and locales. If empty, search will be performed only by hashcodes.

## Response `200`

OK

- SearchTranslationJobByLocalesAndHashcodesResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `totalCount` number — Total count
      - `items` object[]
        - `translationJobUid` string, uid — The UID of the translationJob
        - `jobName` string — Name of the translation job
        - `dueDate` string, date-time — The date by which the job is requested to be completed.
        - `hashcodesByLocale` HashcodesByLocaleResponse[]
          - `localeId` string — Smartling locale identifier.
          - `hashcodes` string[] — The array of hashcodes.

## Other responses

- `400` — Validation error response
- `401` — Provided credentials are not valid.
- `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/revisions/2a73d11e9b98/schema)
