POST
/
v2
/
autoevals
/
retry
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."
}

Authorizations

Authorization
string
header
required

Your API Key is the Bearer token. See the Authentication section to learn how to access your key.

Body

application/json

Response

200
application/json

Evaluation job retried successfully.

The response is of type object.