@nova-sdk/api
API endpoints
Get Scoring Job
Retrieve score results for a specific scoring job by ID
GET
@nova-sdk/api
Retrieve score results by scoring job ID. Use this if you missed the webhook or need to re-fetch results.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.
Response States
| Status | Description |
|---|---|
pending | Queued or currently scoring |
completed | Scoring finished successfully |
failed | Scoring couldn’t be completed |
Score (1-10)
| Range | Meaning |
|---|---|
| 9-10 | Exceptional match. Verified must-have evidence. |
| 7-8 | Strong fit. Minor questions to explore. |
| 5-6 | Mixed signals or unverified must-haves. |
| 3-4 | Significant gaps. |
| 1-2 | Missing fundamental requirements. |
Assessment Fields
| Field | Description |
|---|---|
verdict | 2-3 sentence summary with hiring recommendation |
strengths | Evidence-backed positive observations |
concerns | Gaps or potential issues |
interviewFocus | Suggested topics for interviews |
Polling
Poll by hitting this endpoint every 3 seconds untilstatus is completed or failed.
Results are stored indefinitely.
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).
Your application identifier (external ID).
Scoring job ID.
Response
Scoring job