@nova-sdk/api
Criteria
Get Question Set by ID
Retrieve a specific question set by its ID
GET
@nova-sdk/api
Retrieve a specific question set by its ID. Use this when you have stored 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.
questionSetId from a previous generation response and need to fetch the questions again.
When to use
- You stored the
questionSetIdand need to re-display questions - You want to verify the questions before passing answers to criteria generation
- You need to check
expiresAtto confirm the question set is still valid
Example response
404 error with code QUESTION_SET_NOT_FOUND.
Related operations
Generate Questions
Generate a new question set for a job
Get Current Question Set
Retrieve the latest question set without knowing the ID
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).
Question set ID.
Response
Question set