Generate a comprehensive report for a track, including enrollment summary, enrollee progress, and optionally step-level results and analytics.
API key for authentication. Generate keys in the Doozy dashboard.
The unique identifier of the track
1"wf_abc123"
Maximum number of enrollees to return (1-100, default 25)
1 <= x <= 10025
Cursor for pagination - the instance ID of the last enrollee from the previous page
"inst_abc123"
Cursor for pagination - the instance ID of the first enrollee from the next page (for backward pagination)
"inst_xyz789"
Filter enrollees by status (default: all)
active, completed, failed, paused, canceled, all "all"
Filter enrollees started at or after this date (ISO 8601)
"2026-01-01T00:00:00.000Z"
Filter enrollees started at or before this date (ISO 8601)
"2026-01-31T23:59:59.999Z"
Only include step progress for steps of this type
message, quiz, poll, survey, individualIntroductions, mentorAssignment, delay, addToWorkflow, tasks "survey"
Only include step progress for this specific step ID
"step_abc123"
Include activity results (survey answers, quiz responses, etc.) in step progress (default true)
true, false "true"
Include aggregate per-step analytics in the response (default false)
true, false "false"
Track report with summary, enrollees, and optional analytics
Object type identifier
track_report "track_report"
Track ID
"wf_abc123"
Track name
"New Hire Onboarding"
Current track state
draft, active, paused, archived "active"
How users are added to the track
user_join, manual_user_trigger, schedule, work_anniversary, added_by_another_workflow, self_join "user_join"
Summary statistics for the report
Paginated list of enrollees with step progress
Total number of enrollees matching the filter
100
Whether there are more enrollees available beyond this page
true
The URL for accessing this report
"/v1/tracks/wf_abc123/report"
Cursor to fetch the next page of enrollees. Pass as starting_after in subsequent requests.
"inst_xyz789"
Cursor to fetch the previous page of enrollees. Pass as ending_before in subsequent requests.
"inst_abc123"
Per-step aggregate analytics (only included if include_step_analytics=true)