@nova-sdk/api
Criteria
Get Current Question Set
Retrieve the most recently generated question set for a job
GET
@nova-sdk/api
Retrieve the most recently generated question set for a job. Use this when you need to re-display questions without storing 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.
When to use
- You didn’t store the
questionSetIdfrom the generation response - You want to show the latest questions in your UI after a page reload
- You need to check whether questions have been generated for a job
Example response
404 with code QUESTION_SET_NOT_FOUND.
Related operations
Generate Questions
Generate a new question set for a job
Get Question Set by ID
Retrieve a specific question set by its 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).
Response
Question set