v1
latestOpenAPI 3.0.02026-07-268285163.6 KBEvaluations
Get all evaluations
Retrieves a complete list of all evaluations with their associated datasets, skills, models, and historical evaluation runs
get/evaluations
Response
Successfully retrieved all evaluations
Example response
{
"evaluations": [
{
"_id": "507f1f77bcf86cd799439011",
"updatedAt": "2025-02-01T14:30:00.000Z",
"createdAt": "2025-01-15T10:00:00.000Z",
"name": "Q1 2025 Evaluation",
"comment": "Initial quarterly evaluation",
"nb_questions": 25,
"score": 82.5,
"progress": 100,
"status": "terminated",
"model": {
"_id": "507f191e810c19729de860ea",
"provider": "OpenAI",
"name": "gpt-4",
"model_name": "GPT-4 Turbo"
},
"dataset": {
"_id": "507f191e810c19729de860eb",
"name": "Customer Support Q&A"
},
"skill": {
"_id": "507f191e810c19729de860ec",
"name": "Customer Service Bot"
},
"data_length": 25
}
]
}