get_absences
Fetch a student's registered absences, including dates, times, reasons, excuse status, and notes, with optional start and end dates.
Instructions
Fetch registered absences for the student.
Shows absence records with dates, times, reasons, excuse status, and any notes attached.
Args: start_date: Start date in YYYY-MM-DD format (default: school year start) end_date: End date in YYYY-MM-DD format (default: school year end)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |