cURL
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" } ]
Get all runs for a specific evaluation
Returns detailed information about all runs that were executed for the given evaluation.
Evaluation ID to get runs for
Successful Response
The response is of type EvaluationRun · object[].
EvaluationRun · object[]