Get Evals List
Retrieves a list of evaluations for a given dataset, with options for filtering and ordering.
GET
https://api.futureagi.com/model-hub/eval-groups/get_evals_list/ Authentication
Authorization
Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.
Path parameters
dataset_id
The UUID of the dataset for which to retrieve the evaluations.
Query parameters
search_text
Text to search for in the evaluation names.
Response
200 OK evals
The list of evaluations matching the query.
eval_recommendations
A list of recommended evaluation categories.
Errors
400
Invalid parameters provided, such as a non-existent experiment ID.
401
Authentication credentials were not provided or are invalid.
404
The requested dataset does not exist.
500
An unexpected error occurred while fetching the evaluations list.