Retrieve the status and progress of a batch scoring submission. Shows how many jobs have completed, failed, or are still processing.
| Status | Description |
|---|---|
processing | Batch has jobs still in progress |
completed | All jobs in the batch have finished (either completed or failed) |
jobs array shows the status of each job in the batch:
scoringJobId to fetch detailed results via Get Score by Scoring Job ID.
API key authentication. Use your environment-specific API key (sk_test_* for sandbox, sk_live_* for production).
Your customer/tenant identifier. Used for data isolation and per-customer metrics. Tenants are created automatically on first request.
The batch ID returned from POST /v1/score/batch
Batch status retrieved
Unique identifier for this batch
Overall batch status
processing, completed The job ID all candidates were scored against
Total number of scoring jobs in the batch
Number of jobs that completed successfully
Number of jobs that failed
Number of jobs still processing
Status of individual jobs in the batch
When the batch completed (only present when status is 'completed')