Get Eval Metrics
Retrieve evaluation metrics for a specific eval template with optional filtering.
POST
https://api.futureagi.com/model-hub/get-eval-metrics Authentication
Request body
eval_template_id
UUID of the eval template to retrieve metrics for.
filters
Array of filter objects to scope which evaluation results are included in the metrics.
Response
200 OK data
Aggregated evaluation metrics for the specified eval template.
total_evaluations
Total number of evaluation results included in the metrics.
pass_rate
Proportion of evaluations that passed, as a decimal between 0 and 1.
fail_rate
Proportion of evaluations that failed, as a decimal between 0 and 1.
success
Whether the request completed successfully.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
500
An unexpected error occurred on the server while calculating evaluation metrics.