Get LQA Assessment results
Returns Language Quality Assessment (LQA) scoring results for one or more job parts. Each result includes the score as a percentage (0–100), a PASS or FAIL verdict based on the project’s configured LQA threshold, and a breakdown of issue counts by severity. Use this endpoint after assessments have been completed to retrieve scores for reporting or downstream automation. Job parts with no completed assessment are omitted from the response. Accepts between 1 and 100 job part UIDs per request.
Errors:
| Code | Condition | Action |
|---|---|---|
| 400 BAD_REQUEST | The request body is missing, jobParts is empty, or exceeds 100 UIDs. | Verify the request body is present and that jobParts has between 1 and 100 entries. |
| 403 FORBIDDEN | The caller lacks read access to one or more job parts. | Confirm the authenticated user has view permission on all requested job parts. |
| 404 NOT_FOUND | One or more job part UIDs do not exist. | Verify all UIDs refer to existing job parts. |
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.
Body
List of job part references for a batch LQA assessment operation
UIDs of the job parts to target; between 1 and 100 entries
1 - 100 elements"[{\"uid\": \"3HYnHHLkTPJfMxBCDbPXFe\"}, {\"uid\": \"7DkZmLpQvRsWnCxBtYeAg2\"}]"
Response
OK
Counts of LQA issues found in a job part, grouped by severity level and whether each occurrence is a repetition of an earlier issue in the same job.
Reference to an object by its unique identifier
PASS or FAIL verdict based on the project's configured LQA threshold.
PASS, FAIL "PASS"
LQA score as a percentage between 0 and 100.
94.5