Jobs

Get jobs with an active process

Given a list of translation job UIDs, returns the subset of those jobs that currently have an active asynchronous process (for example, an in-progress authorization or batch operation).

post/jobs-api/v3/projects/{projectId}/jobs/processes

Path parameters

projectIdstring required

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

Request body

translationJobUidsstring[] required

The translationJobUids to check. Accepts between 1 and 500 values.

Example request

{
  "translationJobUids": [
    "gh3cychkttgi"
  ]
}

Response

OK

Changes

Changed in 1 of the 3 revisions of this API.1