{
"data": [
{
"id": "<string>",
"evalSetId": "<string>",
"modelId": "<string>",
"status": "<string>",
"overallScore": 123,
"aggregateScores": {},
"totalCost": 123,
"totalTokens": 123,
"testCasesTotal": 123,
"testCasesCompleted": 123,
"testCasesFailed": 123,
"startedAt": 123,
"completedAt": 123,
"triggeredBy": "<string>",
"createdAt": 123
}
],
"meta": {
"requestId": "<string>",
"hasMore": true,
"nextCursor": "<string>"
}
}