Check the progress of a scoring batch and its individual jobs
Get the current status of a scoring batch, the scoring jobs it contains, and any applications rejected during batch intake.Documentation Index
Fetch the complete documentation index at: https://nova.dweet.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Status | Meaning |
|---|---|
pending | Batch isn’t finished yet. Jobs may be queued or currently scoring |
completed | All jobs completed successfully |
failed | Batch finished and at least one job failed. Use failedJobs and completedJobs to determine partial vs total failure |
totalJobs, completedJobs, and failedJobs count accepted applications only. rejectedApplications were rejected before queueing, so they do not create scoring jobs and do not emit score.failed webhooks.
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Your customer identifier. Tenants are auto-provisioned on first request.
Your job identifier (external ID).
Scoring batch ID.