Skip to main content

Fetch sanitized results with a one-time token

GET 

/results/:token

Fetch full sanitized evaluation results using the result_token returned by POST /evaluate.

Tokens are short-lived (15 min), single-use, and bound to a specific evaluation_id. If the backing evaluation is not yet complete the response returns { ok: true, data: { status: "processing" } }; partners should fall back to GET /evaluations/{id} for polling.

Request

Responses

Final results or interim status.