Skip to main content

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.

ColumnDescription
student_idInternal student ID
student_nameFull name
student_emailEmail address
course_idInternal course ID
course_titleCourse name
enrolled_atEnrollment date (ISO 8601)
completed_atCompletion date (ISO 8601)
progress_pctPercentage complete at export time

2. Quiz Scores

All quiz attempts across your courses.

ColumnDescription
student_idInternal student ID
student_nameFull name
student_emailEmail address
course_titleCourse the quiz belongs to
quiz_titleQuiz name
attempt_numberWhich attempt (1, 2, 3, ...)
score_pctScore as a percentage
passedtrue or false
attempted_atDate and time of attempt (ISO 8601)

3. Certificates

All certificates issued, including credential IDs for verification.

ColumnDescription
student_idInternal student ID
student_nameFull name
student_emailEmail address
course_titleCourse name
issued_atDate certificate was issued (ISO 8601)
expires_atExpiry date, if applicable (ISO 8601 or blank)
credential_idUnique certificate ID (used in verification URL)
verification_urlPublic URL to verify the certificate

4. Enrollments

All enrollments, including active, completed, and dropped.

ColumnDescription
student_idInternal student ID
student_nameFull name
student_emailEmail address
course_titleCourse name
batch_nameBatch name (blank if open enrollment)
enrolled_atEnrollment date (ISO 8601)
statusactive, completed, or dropped
progress_pctCurrent completion percentage

Downloading an export

  1. Go to Analytics (or Courses → [Course] → Analytics)
  2. Click Export in the top-right
  3. Select the export type
  4. Optionally apply filters:
    • Course — filter to a specific course (Analytics page only)
    • Date range — filter by enrollment date or completion date
  5. 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.