v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBJobs
Get progress of job
This gets the progress of a job.
get/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/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
targetLocaleIdstring
Response
OK
Example response
{
"response": {
"data": {
"progress": {
"percentComplete": 52,
"totalWordCount": 192
}
}
}
}