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 Bearer Required

Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.

Path parameters

dataset_id string Required

The UUID of the dataset for which to retrieve the evaluations.

Query parameters

search_text string Optional

Text to search for in the evaluation names.

Response

200 OK
evals array of any

The list of evaluations matching the query.

eval_recommendations array of string

A list of recommended evaluation categories.

Errors

400 Bad Request Optional

Invalid parameters provided, such as a non-existent experiment ID.

401 Unauthorized Optional

Authentication credentials were not provided or are invalid.

404 Not Found Optional

The requested dataset does not exist.

500 Internal Server Error Optional

An unexpected error occurred while fetching the evaluations list.

GET /
Authentication
REQUEST
 
RESPONSE