Sign in

List learners in course

documented

List learners enrolled in a course.

GET /courses/{course_id}/learnersCoursesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$baseUrl}}/api/v3/courses/{{$course_id}}/learners" \
  -X GET \
  -H "x-api-key: {{CYPHERLEARNING_API_KEY}}" \
  -H "Accept: application/json"