list_sessions
Retrieve tutoring sessions with filters for date range, status, tutor, or student. Use to answer scheduling and attendance questions from ClassQuill data.
Instructions
List Sessions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | starts_at <= this ISO date, e.g. 2026-05-31 | |
| from | No | starts_at >= this ISO date, e.g. 2026-05-01 | |
| limit | No | Records per page (default 20, max 100) | |
| offset | No | Pagination offset | |
| status | No | Filter by status: completed, scheduled, cancelled, pending, etc. | |
| tutor_id | No | Filter by tutor UUID | |
| student_id | No | Filter by student UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |