cURL
curl --request POST \ --url https://api.scale.com/v2/autoevals/retry \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "jobId": "<string>" } '
{ "status_code": 200, "description": "Evaluation job retried successfully." }
Retries an evaluation job.
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
ID of the evaluation job to retry.
Evaluation job retried successfully.
200
"Evaluation job retried successfully."