latestOpenAPI 3.1.02026-08-223321,1001.6 MB

2134ebffd1ef

Start Comparison

Start an async comparison job and return job ID immediately.

This endpoint starts a comparison in the background and returns immediately with a job ID. Use GET /run_sets/compare/{job_id} to poll for progress and results.

The comparison may take several minutes depending on the number of incidents and sessions to compare.

post/run_sets/compare/start

Request body

run_set_a_idstring required

First run set ID to compare

run_set_b_idstring required

Second run set ID to compare

evaluation_typestring nullable

Evaluation type to use. Defaults to five_whys.

num_runsinteger

Number of judgment runs per dimension (1-10, recommend 3 for stability)

Response

Successful Response

job_idstring required
messagestring