GET
/
quiz
/
{quizId}
/
task

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

quizId
string
required

The ID of the quiz

Response

200 - application/json
status
enum<string>
required
Available options:
success
createdQuestionCount
integer
required
pendingQuestionCount
integer
required
isQuestionCreationTaskRunning
boolean
required