Get LQA Assessment
Retrieves the Language Quality Assessment (LQA) status and results for a single job. Use this endpoint after a reviewer finishes an LQA workflow step to read the MQM (Multidimensional Quality Metrics)-based score, issue counts by severity, and the pass/fail determination before advancing the job to the next step.
If the requested job is not in an LQA workflow step, the assessment from the nearest successive LQA-enabled step is returned instead.
The caller must have read access to the job’s project. Roles without project visibility receive a 403 response (FORBIDDEN). To resolve a 403, ensure your API token belongs to a user with at least read access to the project containing this job. To resolve a 404 (ResourceNotFound), verify the jobUid is correct and the job has not been deleted or archived.
Note: the example response is abbreviated for readability; the full response includes all fields such as issueCounts (with criticalRepeated, majorRepeated, minorRepeated, neutralRepeated) and lqaProfile (with errorCategories, penaltyPoints, passFailThreshold, dateCreated, organization).
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.
Path Parameters
UID of the job to retrieve the LQA assessment for. A base62 alphanumeric string (case-sensitive) as returned by job creation endpoints.
Response
OK
LQA assessment state
UID of job corresponding to the assessment. Null when assessment not found
Language Quality Assessment (LQA) result for a single job part, including the PASS/FAIL verdict, score, and a breakdown of issue counts by severity.
Availability state of LQA for this job.
NOT_AVAILABLE, DISABLED_IN_ALL_WORKFLOW_STEPS, DISABLED_IN_CURRENT_WORKFLOW_STEP, ENABLED When assessment was edited after previous finish (or empty)
When assessment was finished (or empty)
UID of the corresponding job
If LQA is enabled and configured for this job
LQA (Language Quality Assessment) profile snapshot applied to an assessment
What the assessment captures. ISSUES: error issues only. ISSUES_AND_SCORE: issues plus an MQM (Multidimensional Quality Metrics) score expressed as a percentage.
ISSUES, ISSUES_AND_SCORE Whether the assessment was performed by a human reviewer or an automated system.
HUMAN, AI Overall feedback from the LQA reviewer
If Assessment report/scorecard is ready and can be downloaded, user's rights are considered
The originally requested job UID
When assessment was started (or empty)
Current lifecycle state of the assessment. NOT_STARTED: no assessment exists yet. STARTED: assessment is in progress. FINISHED: scorer has submitted results. FINISHED_WITH_EDITING: finished after a prior edit. EDITED: reviewer edited the submission after finishing.
NOT_STARTED, STARTED, FINISHED, FINISHED_WITH_EDITING, EDITED Reference to an object by its unique identifier