cURL
curl --request GET \ --url https://api.valiqor.com/v2/evaluate/runs/{run_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "project_id": "<string>", "name": "<string>", "mode": "<string>", "source": "<string>", "status": "<string>", "started_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z", "total_items": 123, "evaluated_items": 123, "overall_score": 123, "created_at": "2023-11-07T05:31:56Z" }
Get evaluation run details
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response
Evaluation run information