List Dataset Evals — API
List available evaluations for a dataset. Filter by name, category (built-in or user), type, or tags to find the right eval.
https://api.futureagi.com/model-hub/develops/{dataset_id}/get_evals_list/ Authentication
Path parameters
UUID of the dataset to retrieve evaluations for.
Query parameters
Text string to filter evaluations by name. Case-insensitive.
Filter by category. One of futureagi_built or user_built.
Filter by type. One of preset, user, or previously_configured.
Array of tag strings to filter evaluations by.
Array of use case strings to filter evaluations by.
UUID of an experiment to scope the results to.
Ordering mode. Use simulate for simulation-specific ordering.
Response
200 OKDescription of what the evaluation assesses.
Tag strings associated with the evaluation template.