latestOpenAPI 3.0.42026-08-213579001013.0 KB

5f993bd211f5

Job

Gets the A/B winner summary for a job's comparison labelling.

Scoped to the job's labelling server-side; returns 404 when the job has no labelling task.

get/job/{jobId}/ab-summary

Path parameters

jobIdstring required

The id of the job to summarise.

Query parameters

useUserScoreboolean

Whether to weight wins by the annotator's user score.

Response

OK

winCounterobject required

The win count per compared option.

allTargetGroupsCompletedboolean required

Whether all target groups have completed (result is then final).

sideOrderstring[] nullable

The canonical order of the compared side keys (matching WinCounter's keys), so the client can render the sides in a stable order rather than relying on the win-counter's dictionary order. Null when the compare blueprint has no defined order.