Skip to main content
GET
Get job

Authorizations

Authorization
string
header
required

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.

Path Parameters

projectUid
string
required

Project UID

jobUid
string
required

Job UID

Response

OK

beginIndex
integer<int32>

Index of the first segment of this part within the original job

continuous
boolean

When true, this is a continuous job

continuousJobInfo
object
dateCreated
string<date-time>

Date and time the job was created

dateDue
string<date-time>

Due date of the job; null if not set

endIndex
integer<int32>

Index of the last segment of this part within the original job

filename
string

Original filename of the job

importStatus
object
imported
boolean

When true, the file has been imported successfully

innerId
string

InnerId is a sequential number of a job in a project. Jobs created from the same file share the same innerId across workflow steps.

isParentJobSplit
boolean

Whether the job originates from a split

jobReference
object
lastWorkflowLevel
integer<int32>

Highest workflow step level in the project

originalFileDirectory
string

Directory path of the original source file

project
object
providers
object[]

Providers assigned to the job; empty for callers without linguist visibility

serverTaskId
string

Identifier of the server-side import task

sourceLang
string

Source language code

status
enum<string>

Current status of the job

Available options:
NEW,
ACCEPTED,
DECLINED,
REJECTED,
DELIVERED,
EMAILED,
COMPLETED,
CANCELLED
targetLang
string

Target language code

uid
string

Unique identifier used in API paths

updateSourceDate
string<date-time>

Date and time the source was last updated; null if never updated

updateTargetDate
string<date-time>

Date and time the target was last updated; null if never updated

wordsCount
integer<int32>

Number of words in the job

workUnit
object
workflowLevel
integer<int32>

Workflow step level of this job (1-based)

workflowStep
object