List Eval Cases
List the authored benchmark cases (task + checks + review status + source)
so the user can review them. Unlike /eval (which returns the last run's
verdict), this is the editable inventory.
Path Parameters
skill_id*Skill Id
Response Body
application/json
application/json
curl -X GET "https://example.com/skills/string/eval/cases"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}