Jobs
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
}
}
}
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.