---
title: "Get last completion dates per locale of job"
method: GET
path: "/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/locales-completion-dates"
tags: ["Jobs"]
---

# Get last completion dates per locale of job

`GET /jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/locales-completion-dates`

Returns the last completion date for any locale completed within the job.

## Path parameters

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

## Response `200`

OK

- ListJobLocalesCompletionDatesResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object, required
      - `items` JobLocalesCompletionDate[]
        - `data` object
          - `completionDate` string, date-time — The UTC value of when the locale was last completed.
          - `targetLocaleId` string — The locale identidier.
      - `totalCount` number

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `404` — 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/revisions/2a73d11e9b98/schema)
