Skip to main content
GET
/
api
/
evals
/
runs
List Eval Runs
curl --request GET \
  --url https://api.example.com/api/evals/runs
{
  "runs": [
    {
      "avg_context_recall": 0.5,
      "avg_factual_correctness": 0.5,
      "avg_faithfulness": 0.5,
      "dataset_version": "<string>",
      "run_id": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "total_cases": 1,
      "avg_response_relevancy": 0.5,
      "commit_sha": "<string>",
      "embedding_model": "<string>",
      "gate_passed": true,
      "llm_model": "<string>",
      "reranker_available_pct": 0.5,
      "reranker_model": "<string>"
    }
  ],
  "total": 123
}

Response

200 - application/json

Successful Response

Response for the list runs endpoint.

runs
EvalRunListItem · object[]
required
total
integer
required