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
- 200
- 400
- 401
- 404
Final results or interim status.
Malformed token.
Token expired, already used, or signature mismatch.
Referenced evaluation has been deleted.