Get job
This API call provides specific information about a job within a project.
The response includes fundamental job details such as the current status, assigned providers, language combination, or workflow step to which the job belongs. Additionally, it offers a subset of the Get project information.
Furthermore, the response contains timestamps for the last Update source and Update target operations executed on the job.
If the job was imported as continuous, the job will be marked as such, and the response will include the timestamp of the last update.
Moreover, the response features a boolean flag indicating if the job was imported successfully. It also highlights potential errors that might have occurred during the import process.
The jobReference field serves as a unique identifier that allows matching corresponding jobs across different
workflow steps.
Import readiness: The importStatus.status field indicates whether file import has completed:
RUNNING— import is in progressERROR— import failed; checkimportStatus.errorMessagefor detailsOK— import succeeded; the job is ready for subsequent operations such as pre-translate
Do not call Pre-translate job until importStatus.status is OK.
Calling it earlier returns 400 JOB_NOT_READY.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Response
OK
Index of the first segment of this part within the original job
When true, this is a continuous job
Date and time the job was created
Due date of the job; null if not set
Index of the last segment of this part within the original job
Original filename of the job
When true, the file has been imported successfully
InnerId is a sequential number of a job in a project. Jobs created from the same file share the same innerId across workflow steps.
Whether the job originates from a split
Highest workflow step level in the project
Directory path of the original source file
Providers assigned to the job; empty for callers without linguist visibility
Identifier of the server-side import task
Source language code
Current status of the job
NEW, ACCEPTED, DECLINED, REJECTED, DELIVERED, EMAILED, COMPLETED, CANCELLED Target language code
Unique identifier used in API paths
Date and time the source was last updated; null if never updated
Date and time the target was last updated; null if never updated
Number of words in the job
Workflow step level of this job (1-based)