Skip to main content

courseactions

Each row represents a time-stamped learning event in a course (such as a view or progress milestone) with user and license context.

Full schema

View all columns and table relationships

Status group

Yes, this table includes a statusgroup column. See Status Group for details.

Sample query

select
t.courseid,
t.source,
t.type,
t.userid,
t.licenseid
from courseactions as t
limit 100