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

# Get progress of job

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

This gets the progress of a job.

## Path parameters

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

## Query parameters

- `targetLocaleId` string

## Response `200`

OK

- ProgressResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object, required
      - `contentProgressReport` ContentProgressReportItemResponse[]
        - `targetLocaleDescription` string
        - `targetLocaleId` string
        - `unuathorizedProgressReport` StringCountWordCountResponse
          - `stringCount` number — The total number of strings within that particular step.
          - `wordCount` number — The total number of words within that particular step.
        - `workflowProgressReportList` WorkflowProgressReportItemResponse[]
          - `workflowName` string — The name of the workflow.
          - `workflowStepSummaryReportItemList` WorkflowStepSummaryReportItemResponse[]
            - `stringCount` number — The total number of strings within that particular step.
            - `wordCount` number — The total number of words within that particular step.
            - `workflowStepName` string — The name of the workflow step.
            - `workflowStepType` string — The type of the step.
            - `workflowStepUid` string — The uid of the workflow step.
          - `workflowUid` string — The uid of the workflow.
      - `progress` ProgressInfoResponse
        - `percentComplete` number — The percent of group (locale/file/job) completeness, 0 - 100.
        - `totalWordCount` number — The total number of words within that particular group (locale/file/job).
      - `summaryReport` WorkflowStepClassWordCount[]
        - `workflowStepType` string — The type of the step.
        - `stringCount` number — The total number of strings within step type.
        - `wordCount` number — The total number of words within step type.

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