Skip to main content

Endpoint

Required Role

Admin — you must authenticate with an admin-scoped Bearer token.

Required Headers

Path Parameters

integer
required
The unique ID of the course you want to retrieve.

Query Parameters

integer
Page size limit: Controls the number of student records returned per page to prevent high memory usage and database bottlenecks on large courses with thousands of students.
integer
default:"1"
Page index: The current page number for pagination.
Search filter: Performs real-time substring filtering by student first name, last name, or email address.

Example Request

Response

200 OK

Response Fields

array
Array of enrolled student objects.

Error Responses