v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

Get progress of file within job

This shows the progress of a file within a job.

get/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/file/progress

Path parameters

projectIdstring required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

translationJobUidstring required

Query parameters

fileUristring required

Response

OK

Example response

{
  "response": {
    "data": {
      "progress": {
        "percentComplete": 52,
        "totalWordCount": 192
      }
    }
  }
}