Skip to main content
POST
/
eval_results
/
{id}
/
rerun
Rerun Eval Result
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

In the form Bearer <api_key_here>. You can find your api key in your dashboard.

Path Parameters

id
string
required

ID of the eval result to re-evaluate.

Response

Successful operation

numAlerts
integer
required
results
object[]
required