v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
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

status'completed' | 'error' | 'user_error' | 'running' | 'queued' | 'pending'

The status of the evaluation job

Example response

{
  "results": {
    "result_file_id": "file-1234-aefd",
    "pass_percentage": 10,
    "label_counts": "{\"yes\": 10, \"no\": 0}"
  }
}