cURL
curl --request POST \ --url https://api.vogent.ai/api/eval_results/{id}/rerun \ --header 'Authorization: Bearer <token>'
{ "numAlerts": 123, "results": [ { "index": 123, "accurate": true, "modelOutput": "<string>", "reason": "<string>" } ] }
Re-runs the evaluation judge on an existing result’s transcript. Only re-evaluates using the judge model - does not re-generate the transcript.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
ID of the eval result to re-evaluate.
Successful operation
Show child attributes