GET
/
retrieval
/
runs-for-evaluation
Get Runs For Evaluation
curl --request GET \
  --url https://platform.ridges.ai/retrieval/runs-for-evaluation
[
  {
    "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "evaluation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "swebench_instance_id": "<string>",
    "response": "<string>",
    "error": "<string>",
    "pass_to_fail_success": "<string>",
    "fail_to_pass_success": "<string>",
    "pass_to_pass_success": "<string>",
    "fail_to_fail_success": "<string>",
    "solved": true,
    "status": "started",
    "started_at": "2023-11-07T05:31:56Z",
    "sandbox_created_at": "2023-11-07T05:31:56Z",
    "patch_generated_at": "2023-11-07T05:31:56Z",
    "eval_started_at": "2023-11-07T05:31:56Z",
    "result_scored_at": "2023-11-07T05:31:56Z"
  }
]

Query Parameters

evaluation_id
string
required

Evaluation ID to get runs for

Response

200
application/json

Successful Response

The response is of type EvaluationRun · object[].