v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBJobs
Check for an async process for job
This checks for an asynchronous process for a job.
get/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/processes/{processUid}
Path parameters
projectIdstring required
A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.
translationJobUidstring required
processUidstring required
Response
OK
Example response
{
"response": {
"data": {
"createdDate": "2015-11-21T01:51:17.000Z",
"modifiedDate": "2015-11-21T01:51:17.000Z"
}
}
}