evaluation
Get evaluation job status and results
get/evaluation/{id}/status
Path parameters
idstring required
The ID of the evaluation job to get the status of
Response
Evaluation job status and results retrieved successfully
Example response
{
"results": {
"result_file_id": "file-1234-aefd",
"pass_percentage": 10,
"label_counts": "{\"yes\": 10, \"no\": 0}"
}
}