Skip to main content
POST
Get LQA Assessment results

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.

Body

application/json

List of job part references for a batch LQA assessment operation

jobParts
object[]
required

UIDs of the job parts to target; between 1 and 100 entries

Required array length: 1 - 100 elements
Example:

"[{\"uid\": \"3HYnHHLkTPJfMxBCDbPXFe\"}, {\"uid\": \"7DkZmLpQvRsWnCxBtYeAg2\"}]"

Response

OK

issueCounts
object
required

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.

jobPart
object
required

Reference to an object by its unique identifier

status
enum<string>
required

PASS or FAIL verdict based on the project's configured LQA threshold.

Available options:
PASS,
FAIL
Example:

"PASS"

score
number<double>

LQA score as a percentage between 0 and 100.

Example:

94.5