Get QE warnings for selected job parts
Returns AI-generated quality estimation warnings for the selected job parts. Only call this after the async evaluation job started by POST /api2/v1/qualityProfiles/evaluate has completed (asyncResponse != null on GET /api2/v1/async/). Calling before completion returns empty segmentWarnings — this is not a clean result, it means the evaluation is still running. Each response covers up to 100 segments (fewer if the end of the scan range is reached). Pagination is cursor-based: omit initialSegmentId on the first request to start from the first segment; on subsequent requests, pass the last segmentId from the previous response’s segmentWarnings. endReached=true signals there are no further segments. All job parts must belong to the same project and workflow step.
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
Job parts to fetch warnings for. Must all belong to the same project and the same workflow step. 1–100 entries.
1 - 100 elementsSegment 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.