Reports & Exports
Plan requirement
CSV exports are available on the Growth plan and above.
The platform provides four CSV exports you can download and open in Excel or Google Sheets for further analysis.
Where to find exports
- Analytics page — exports for all courses across your organization
- Course detail page → Analytics tab — exports scoped to a single course
Available exports
1. Completions
Students who have completed a course, with completion timestamps.
| Column | Description |
|---|---|
student_id | Internal student ID |
student_name | Full name |
student_email | Email address |
course_id | Internal course ID |
course_title | Course name |
enrolled_at | Enrollment date (ISO 8601) |
completed_at | Completion date (ISO 8601) |
progress_pct | Percentage complete at export time |
2. Quiz Scores
All quiz attempts across your courses.
| Column | Description |
|---|---|
student_id | Internal student ID |
student_name | Full name |
student_email | Email address |
course_title | Course the quiz belongs to |
quiz_title | Quiz name |
attempt_number | Which attempt (1, 2, 3, ...) |
score_pct | Score as a percentage |
passed | true or false |
attempted_at | Date and time of attempt (ISO 8601) |
3. Certificates
All certificates issued, including credential IDs for verification.
| Column | Description |
|---|---|
student_id | Internal student ID |
student_name | Full name |
student_email | Email address |
course_title | Course name |
issued_at | Date certificate was issued (ISO 8601) |
expires_at | Expiry date, if applicable (ISO 8601 or blank) |
credential_id | Unique certificate ID (used in verification URL) |
verification_url | Public URL to verify the certificate |
4. Enrollments
All enrollments, including active, completed, and dropped.
| Column | Description |
|---|---|
student_id | Internal student ID |
student_name | Full name |
student_email | Email address |
course_title | Course name |
batch_name | Batch name (blank if open enrollment) |
enrolled_at | Enrollment date (ISO 8601) |
status | active, completed, or dropped |
progress_pct | Current completion percentage |
Downloading an export
- Go to Analytics (or Courses → [Course] → Analytics)
- Click Export in the top-right
- Select the export type
- Optionally apply filters:
- Course — filter to a specific course (Analytics page only)
- Date range — filter by enrollment date or completion date
- Click Download CSV
The file downloads immediately. Large exports (10,000+ rows) may take a few seconds.
tip
Open CSVs in Google Sheets by going to File → Import and selecting the downloaded file. In Excel, use Data → From Text/CSV to ensure dates import correctly.