List Dataset Evals
Retrieve a list of available evaluations for a dataset with filtering and search options.
GET
https://api.futureagi.com/model-hub/develops/{dataset_id}/get_evals_list/ Authentication
Path parameters
dataset_id
UUID of the dataset to retrieve evaluations for.
Query parameters
search_text
Text string to filter evaluations by name. Case-insensitive.
eval_categories
Filter by category. One of futureagi_built or user_built.
eval_type
Filter by type. One of preset, user, or previously_configured.
eval_tags[]
Array of tag strings to filter evaluations by.
use_cases[]
Array of use case strings to filter evaluations by.
experiment_id
UUID of an experiment to scope the results to.
order
Ordering mode. Use simulate for simulation-specific ordering.
Response
200 OK data
Response payload containing evaluations and recommendations.
evals
Array of evaluation objects matching the specified filters.
id
UUID of the evaluation.
name
Name of the evaluation.
description
Description of what the evaluation assesses.
eval_template_tags
Tag strings associated with the evaluation template.
eval_recommendations
Recommended evaluation category strings based on the dataset.
success
Whether the request completed successfully.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
The specified dataset does not exist.
500
An unexpected error occurred on the server while fetching the evaluations list.