Validator
Get problems for an evaluation run
Returns the problems that should be evaluated for a given run.
GET
/v1/validator/evaluation-runs/{eval_run_id}/problemsPath Parameters
eval_run_id*string
Evaluation run ID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://loading/v1/validator/evaluation-runs/497f6eca-6276-4993-bfeb-53cbbbba6f08/problems"{
"problems": [
{
"problem_id": "9edf0a7c-64c3-4960-a497-d801a548ec4c",
"suite_id": 0,
"metadata": {}
}
]
}{
"detail": "string",
"error_code": "EVAL_RUN_NOT_FOUND"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}