@nova-sdk/api
Criteria
Get Criteria Generation
Retrieve the result of a criteria generation by its ID
GET
@nova-sdk/api
Retrieve the criteria from a specific generation by its version ID. TheDocumentation 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.
criteriaGenerationId maps to the criteria version created during generation. Get it from the criteria versions endpoints.
When to use
- You want to fetch the criteria that were created by a specific generation
- You need to verify the output of a generation before scoring
Example response
404 error with code CRITERIA_VERSION_NOT_FOUND.
Related operations
Generate Criteria
Generate criteria for a job
Get Active Criteria
Retrieve the currently active criteria for a job
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).
The criteria version ID created by a generation request. Retrieve it from the criteria versions endpoints.
Response
Criteria