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
1"quiz_abc123"
Maximum number of participants to return (1-100, default 25)
1 <= x <= 10025
Cursor for pagination - the user ID of the last participant from the previous page
"user_abc123"
Cursor for backward pagination - the user ID of the first participant on the previous page
"user_xyz789"
Filter participants by status
not_started, in_progress, completed, expired "completed"
Include quiz admin users in results (default false)
true, false "false"
Include per-question responses for each participant (default false)
true, false "true"
Include per-question analytics with answer breakdowns (default false)
true, 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 beyond this page
true
The URL for accessing this report
"/v1/quizzes/quiz_abc123/report"
Cursor to fetch the next page of participants. Pass as starting_after in subsequent requests.
"resp_xyz789"
Cursor to fetch the previous page of participants. Pass as ending_before in subsequent requests.
"resp_abc123"
Per-question analytics (only included if include_question_analytics=true)