Eval Stats
Get evaluation statistics for a dataset, including metrics by column.
GET
https://api.futureagi.com/model-hub/dataset/{dataset_id}/eval-stats/ Authentication
Path parameters
dataset_id
The dataset ID.
Query parameters
column_ids
Comma-separated column UUIDs to filter stats.
Response
200 OKReturns an array of evaluation statistics objects, one per evaluation template applied to the dataset. Each object provides aggregated metrics summarizing the evaluation results.
template_name
Evaluation template name.
metric_count
Number of evaluated rows.
average_score
Mean evaluation score.
min_score
Lowest evaluation score.
max_score
Highest evaluation score.
pass_count
Number of rows that passed.
fail_count
Number of rows that failed.
pass_rate
Ratio of passed to total evaluations (0 to 1).
Errors
401
Invalid or missing API credentials.
404
The specified dataset was not found or does not belong to your organization.
500
Unexpected server error.