Skip to main content
POST
Get QE warnings for selected job parts

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
jobParts
object[]
required

Job parts to fetch warnings for. Must all belong to the same project and the same workflow step. 1–100 entries.

Required array length: 1 - 100 elements
initialSegmentId
string

Segment id to resume pagination from. Omit (or send null) on the first request to start from the first segment; for subsequent pages, pass the last segmentId returned in the previous response's segmentWarnings.

Response

OK

endReached
boolean

True when there are no further segments to fetch beyond this response.

everEvaluated
boolean

True only if every jobPart in the request's jobParts has ever had an AI Check evaluation started. False if even a single requested jobPart has never been evaluated. Note: the flag is set when evaluation is queued, so it remains true even if the evaluation subsequently fails.

segmentWarnings
object[]

Warnings grouped by segment, in segment order starting at the requested initialSegmentId. Each response covers AI-generated quality estimation warningsfor up to 100 segments.