Get quiz details
Retrieve a specific quiz by ID, including all rounds, questions, and answers. Only accessible if the user is an admin or delegated admin of the quiz.
Authorizations
API key for authentication. Generate keys in the Doozy dashboard.
Path Parameters
The unique identifier of the quiz
1 - 128^[A-Za-z0-9_-]+$"quiz_abc123"
Response
Quiz details with rounds and questions
Object type identifier
quiz "quiz"
Unique quiz identifier
"quiz_abc123"
Quiz title
"Product Knowledge Assessment"
Quiz description
"Test your knowledge of our product lineup"
Quiz visibility setting
public, public_unlisted, account, private "private"
Whether this is a "trivia" quiz (live leaderboard play) versus a learning quiz.
false
Lifecycle status. draft covers both a never-published draft and a finalized quiz that hasn't yet been put into service (scheduled or activated in a track) — use published_version to tell them apart (0 = never published). active quizzes are in service; archived quizzes are retired. Both draft and active appear under the library's Active tab.
draft, active, archived "active"
Monotonic publish counter, incremented on each publish; 0 before the first publish. Distinguishes a never-published draft from a finalized draft that is still status: "draft" until put into service.
x >= 01
Number of rounds in the quiz
3
Total number of questions across all rounds
15
When the quiz was created (ISO 8601 format)
"2026-01-15T10:30:00.000Z"
When the quiz was last updated (ISO 8601 format)
"2026-01-20T14:00:00.000Z"
What the requesting user can do with this quiz (edit, pause, resume, delete, activate, manage admins). Use these to drive UI affordances.
Rounds containing questions
Doozy user IDs of members who can edit this quiz and view its results.
Doozy user IDs of admins inherited from a track. Read-only — managed via track admin endpoints.
Who can see this quiz's results in the People view. Null = owner only. Set via the result-visibility endpoint.
Active collaborative draft id. Clients connect their Yjs provider to /quizes/{id}/drafts/{current_draft_id} to participate in realtime editing. Null only for legacy quizzes created before the collaborative editor rollout — those will lazy-mint a draft on first edit.
"draft_abc123"
ISO 8601 timestamp of the most recent publish, or null if never published.
"2026-06-10T09:48:36.000Z"
Profile of the person who last published, or null.
True when the current draft has edits that diverge from the published quiz.
true
ISO 8601 timestamp of the last edit to the current draft, or null.
"2026-06-10T10:15:00.000Z"
Profile of the last person to edit the current draft, or null.