Retrieve a detailed analytics report for a specific quiz. Returns participant results with scores, completion status, and optionally per-question responses and analytics. Results are paginated by participant.
API key for authentication. Generate keys in the Doozy dashboard.
The unique identifier of the quiz
"quiz_abc123"
Maximum number of participants to return (1-100, default 25)
"25"
Cursor for pagination - the user ID of the last participant from the previous page
"user_abc123"
Filter participants by status
not_started, in_progress, completed, expired "completed"
Include quiz admin users in results (default false)
"false"
Include per-question responses for each participant (default false)
"true"
Include per-question analytics with answer breakdowns (default false)
"true"
Quiz report with participants and analytics
Object type identifier
quiz_report "quiz_report"
Quiz ID
"quiz_abc123"
Quiz title
"Product Knowledge Assessment"
Summary statistics for the report
Paginated list of participants
Quiz delivery instances (workflows and one-off sends)
Whether there are more participants available
true
Per-question analytics (only included if include_question_analytics=true)
Cursor to use for the next page of results
"user_xyz789"