Skip to main content

courses

Each row represents an individual course offering with pricing, enrollment windows, seats, progress aggregates, and linkage to a course group.

Full schema

View all columns and table relationships

Status group

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

Platform Documentation

Sample query

select
t.clientid,
t.totalviews,
t.title,
t.slug,
t.coursegroupid
from courses as t
limit 100