cURL
curl --request GET \ --url https://app.quizrise.com/api/v1/quiz/{quizId}/task \ --header 'Authorization: Bearer <token>'
{ "status": "success", "createdQuestionCount": 123, "pendingQuestionCount": 123, "isQuestionCreationTaskRunning": true }
Check the status of an ongoing quiz creation task
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the quiz
Task information retrieved successfully
The response is of type object.
object