{
"object": "list",
"data": [
{
"object": "eval.run",
"id": "string",
"eval_id": "string",
"status": "string",
"model": "string",
"name": "string",
"created_at": 0,
"report_url": "string",
"result_counts": {
"total": 0,
"errored": 0,
"failed": 0,
"passed": 0
},
"per_model_usage": [
{
"model_name": "string",
"invocation_count": 0,
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0,
"cached_tokens": 0
}
],
"per_testing_criteria_results": [
{
"testing_criteria": "string",
"passed": 0,
"failed": 0
}
],
"data_source": {
"type": "jsonl",
"source": {
"type": "file_content",
"content": [
{
"item": {},
"sample": {}
}
]
}
},
"metadata": {
"property1": "string",
"property2": "string"
},
"error": {
"code": "string",
"message": "string"
}
}
],
"first_id": "string",
"last_id": "string",
"has_more": true
}