@nova-sdk/api
API endpoints
Get Batch Status
Check the progress of a scoring batch and its individual jobs
GET
@nova-sdk/api
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.
Batch status values
| 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.
Example response
Authorizations
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Headers
Your customer identifier. Tenants are auto-provisioned on first request.
Path Parameters
Your job identifier (external ID).
Scoring batch ID.