Get Evaluation Results
Evaluations
Get Evaluation Results
Get evaluation results by job ID
Get Evaluation Results
Authentication
Required: API Key authentication viaX-API-Key header
Overview
Retrieve evaluation results for a specific job. The response uses the same format as webhook notifications. Use thejob_id returned from the Direct Upload or Social Media endpoints.
Path Parameters
The evaluation job ID (e.g.
job_xKt9mNp2qRs3vWy7)Request Example
Response
Event type indicating the evaluation state.Possible values:
evaluation.completed, evaluation.failed, evaluation.pendingThe evaluation job ID
The content record ID (available once processing begins)
The judge that evaluated the content
Current job status.Possible values:
awaiting_upload, pending, processing, completed, failedOverall evaluation score. Only present for completed evaluations.
Array of individual detector results. Only present for completed evaluations.Each detector result contains:
detector_name— Name of the detectordetector_config_id— Detector configuration IDpass_check— Whether the content passed the checkscore— Detector scorerationale— Explanation of the resultmetrics— Detector-specific metricstimestamps— Flagged timestamps (seconds)flagged_frames— Flagged frame metadata
Error message. Only present for failed evaluations.
ISO 8601 timestamp of when the evaluation completed (or was created, if still pending)