evaluation
Get evaluation job details
get/evaluation/{id}
Path parameters
idstring required
The ID of the evaluation job to retrieve
Response
Evaluation job details retrieved successfully
Example response
{
"workflow_id": "eval-1234aedf",
"type": "classify",
"status": "completed",
"status_updates": [
{
"status": "pending",
"message": "Job is pending evaluation",
"timestamp": "2025-07-23T17:10:04.837888Z"
}
],
"created_at": "2025-07-23T17:10:04.837888Z",
"updated_at": "2025-07-23T17:10:04.837888Z",
"results": {
"result_file_id": "file-1234-aefd",
"pass_percentage": 10,
"label_counts": "{\"yes\": 10, \"no\": 0}"
}
}