list_lesson_participants
Retrieve lesson participants with filters for status, attendance, and pagination to track attendance and manage rosters efficiently.
Instructions
List Lesson Participants
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Records per page (default 20, max 100) | |
| offset | No | Pagination offset | |
| status | No | pending, accepted, declined, cancelled, removed | |
| attendance | No | attended, no_show, excused | |
| session_id | No | Filter by session UUID | |
| student_id | No | Filter by student UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |