Get quiz instance
Retrieve a specific instance by ID.
Authorizations
API key for authentication. Generate keys in the Doozy dashboard.
Path Parameters
The ID of the quiz
1 - 128^[A-Za-z0-9_-]+$"quiz_abc123"
The ID of the instance
1 - 128^[A-Za-z0-9_-]+$"sched_xyz789"
Response
Instance details
Object type identifier
quiz_instance "quiz_instance"
Unique instance identifier
"sched_xyz789"
The quiz this schedule is for
"quiz_abc123"
Current status of the schedule
active, paused, cancelled, completed "active"
IANA timezone identifier
"America/New_York"
Recurring schedule (days + time), or null for full_quiz instances
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
UTC datetime for one-off schedules (ISO 8601), or null for recurring schedules
"2026-06-15T09:00:00Z"
Controls how quiz questions are delivered: one question per scheduled day, one round per day, or the entire quiz at once.
one_question_per_day, one_round_per_day, full_quiz "one_question_per_day"
Speed bonus for this schedule (off by default).
Late-submission penalty for this schedule (off by default).
How people see standings. leaderboard: full ranked board for everyone. own_progress: each person sees their own rank (#3 of 24), not the board. hidden: results only — no rank, no board.
leaderboard, own_progress, hidden Challenge this schedule belongs to, or null.
"cmp_abc123"
Question expiry window, or null if no expiry
Answer due window, or null if no deadline
Intro message sent with the first question
Mandatory completion settings, or null if completion is optional
Post-quiz feedback survey config, or null if no feedback is collected
When the next question will be delivered (ISO 8601), or null if paused/cancelled
"2026-02-01T09:00:00.000Z"
When the schedule was created (ISO 8601)
"2026-01-15T10:30:00.000Z"
When the schedule was last updated (ISO 8601)
"2026-01-20T14:00:00.000Z"
What the requesting user can do with this quiz instance (edit, pause, resume, delete, activate, manage admins). Use these to drive UI affordances.