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

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

course_id
string
workspace_id
string
status
enum
upcoming | active | archived.
limit
integer
default:"20"
starting_after
string

Examples

const page = await hk.cohorts.list({ course_id: "crs_123", status: "active" });

Returns

A paginated list of Cohort objects.