Skip to main content
GET
/
v1
/
lessons
List lessons
curl --request GET \
  --url https://api.example.com/v1/lessons

Documentation Index

Fetch the complete documentation index at: https://docs.hawkings.education/llms.txt

Use this file to discover all available pages before exploring further.

Query

cohort_id
string
required
unit_id
string
type
enum
limit
integer
default:"20"
starting_after
string

Examples

const lessons = await hk.lessons.list({ cohort_id: "coh_123" });

Returns

A paginated list of Lesson objects.