Skip to main content
GET
Get Course

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

course_id
string<uuid>
required

Query Parameters

expand
boolean
default:false

Include enriched data (enrollment_count, feedback stats)

Response

Successful Response

Course data transfer object - returned from repositories. Represents a course as stored in the database.

id
string<uuid>
required
organization_id
string<uuid>
required
s3_path
string
required
launch_file
string
required
title
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
image_path
string
default:course-images/default.webp
description
string | null