get_program_enrollments
Retrieve program enrollments with optional filters by student ID, edition ID, and pagination.
Instructions
Get all program enrollments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) | |
| student_id | No | Filter results on student_id | |
| edition_id | No | Filter results on edition_id |