Skip to main content
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 the questionSetId.

When to use

  • You didn’t store the questionSetId from 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
Expired question sets are cleaned up per the Data Retention policy.

Example response

If no question set exists for the job, the endpoint returns a 404 with code QUESTION_SET_NOT_FOUND.

Generate Questions

Generate a new question set for a job

Get Question Set by ID

Retrieve a specific question set by its ID

Authorizations

Authorization
string
header
required

Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.

Headers

X-Tenant-Id
string
required

Your customer identifier. Tenants are auto-provisioned on first request.

Path Parameters

jobId
string
required

Your job identifier (external ID).

Response

Question set

questionSet
object
required