cURL
curl --request GET \ --url https://api.futureagi.com/model-hub/eval-groups/get_evals_list/ \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>'
{ "evals": [ { "id": "<eval_id>", "name": "<eval_name>", "eval_template_name": "<eval_template_name>", "eval_required_keys": [ "<eval_required_key1>", "<eval_required_key2>" ], "eval_template_tags": [ "<eval_template_tag1>", "<eval_template_tag2>" ], "description": "<eval_description>", "is_model_required": false, "type": "<eval_type>" } ], "eval_recommendations": [ "<eval_recommendation1>", "<eval_recommendation2>" ] }
Retrieves a list of evaluations for a given dataset, with options for filtering and ordering.
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
The UUID of the dataset for which to retrieve the evaluations.
Text to search for in the evaluation names.
A list of evaluations and recommendations.
Show child attributes
A list of recommended evaluation categories.
Was this page helpful?