Skip to main content
GET
Returns the project’s most recent evaluation runs (up to 50), newest first. Each entry is the same full run summary Get Run returns, including liveStatistics and per-result rows.
There is no pagination on this endpoint - it returns at most the 50 newest runs, and query parameters are ignored. Fetch a specific run by id with Get Run.

Authentication

string
required
Project API key.

Response

array
Up to 50 run objects, newest first, each in the Get Run shape: _id/runId, datasetId, evaluationSettingsId, evaluationSubject, status ("in_progress" | "completed" | "failed"), resultCount, averageRating, liveStatistics, caseStatistics, and results.