Skip to main content
GET
@nova-sdk/api
Retrieve a specific question set by its ID. Use this when you have stored the questionSetId from a previous generation response and need to fetch the questions again.

When to use

  • You stored the questionSetId and need to re-display questions
  • You want to verify the questions before passing answers to criteria generation
  • You need to check expiresAt to confirm the question set is still valid
Expired question sets are cleaned up per the Data Retention policy.

Example response

If the question set doesn’t exist, the endpoint returns a 404 error with code QUESTION_SET_NOT_FOUND.

Generate Questions

Generate a new question set for a job

Get Current Question Set

Retrieve the latest question set without knowing the 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).

questionSetId
string
required

Question set ID.

Response

Question set

questionSet
object
required