Returns
Returns a dictionary containing retry results:retried(int): Number of evaluations successfully queued for retry.skipped(int): Number of evaluations skipped (not FAILED or exceeded max retries).errors(list[str]): Error messages for any failed retries.
Example
Parameters
Single evaluation ID or list of evaluation IDs to retry. Only evaluations with status
FAILED can be retried.Retry Limits
Non-admin users are limited to a fixed number of retries per evaluation (default: 5). Once exceeded, the evaluation cannot be retried by regular users. For additional support or to increase retry limits, contact [email protected].