Retrieve detailed information about a specific enrollment (enrollee) in the track, including all step progress and results.
API key for authentication. Generate keys in the Doozy dashboard.
The unique identifier of the track
1"wf_abc123"
The unique identifier of the enrollment (workflow instance ID)
1"inst_abc123"
Enrollment details with step progress
Object type identifier
track_enrollee "track_enrollee"
Workflow instance ID
"inst_abc123"
User ID
"user_abc123"
Enrollee's email address
"jane.doe@example.com"
Enrollee's display name
"Jane Doe"
Enrollee's Slack user ID
"U01234567"
Enrollee's department or group
"Engineering"
Enrollee's work location
"San Francisco, CA"
Manager's display name
"John Smith"
Manager's email address
"john.smith@example.com"
Manager's user ID
"user_mgr456"
Assigned mentor's user ID
"user_mentor123"
Assigned mentor's display name
"Alex Johnson"
Assigned mentor's email address
"alex.johnson@example.com"
When the mentor was assigned (ISO 8601)
"2026-01-15T11:00:00.000Z"
Groups the enrollee belongs to
["Engineering", "Backend"]How this user was enrolled in the track (user_join, manual_user_trigger, self_join, schedule, work_anniversary, added_by_another_workflow)
user_join, manual_user_trigger, schedule, work_anniversary, added_by_another_workflow, self_join "user_join"
Current enrollment status
new, active, processing, active_batch, processing_batch, delivered, completed, failed, paused, canceled "active"
Reason for enrollment failure, if applicable. Possible values: user_not_found, user_already_in_workflow, user_removed_from_workflow, workflow_not_active, unknown_error
null
Human-readable message for the failure reason
"The user could not be found"
When the enrollee started the track (ISO 8601)
"2026-01-15T10:30:00.000Z"
When all steps were delivered to the enrollee (ISO 8601). Null if not all steps have been delivered yet.
"2026-01-20T10:00:00.000Z"
When the enrollee completed all user-completable steps in the track (ISO 8601). Null if not yet completed.
null
When the enrollment failed (ISO 8601)
null
When the next step is scheduled to run (ISO 8601)
"2026-01-20T09:00:00.000Z"
User ID of who manually enrolled this user (if applicable)
"user_admin789"
If enrolled via an addToWorkflow step, the source workflow ID
"wf_source456"
Timezone this enrollment is running in
"America/New_York"
Number of steps delivered to the user (status = delivered or completed)
4
Number of steps the user has completed (status = completed only)
3
Total number of steps in the track
5
Delivery progress as a percentage (0-100). Calculated as steps_delivered / steps_total * 100.
80
Completion progress as a percentage (0-100). Calculated as steps_completed / steps_total * 100.
60
Per-step progress details