@nova-sdk/api
API endpoints
Get Score by Application
Retrieve the latest scoring result for an application by job and application ID
GET
@nova-sdk/api
Returns the most recent scoring job for an application. No need to store Nova’sDocumentation 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.
scoringJobId.
Returns 404 with APPLICATION_NOT_FOUND if no scoring job exists for the application.
If a previous scoring submission was rejected during resume intake, for example with RESUME_CORRUPTED, no scoring job was created. Submit the corrected resume again before polling this endpoint.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).
Response
Latest scoring job for this application