list_tasks
Retrieve student tasks for the current semester with optional filters for subject, type, and status, showing deadlines, points, and teacher details.
Instructions
List tasks assigned to the student. Returns task id, discipline, name, status, points (earned/max), type, deadline, and teacher. All filters are optional and default to showing everything for the current semester. semester: numeric semester ID (e.g. 27 = '2025/2026 весенний'). subject_id: numeric discipline ID to show tasks for one subject only. task_type: 0=все, 1=Курсовой проект, 2=Лабораторная работа, 3=Реферат, 4=Контрольная работа, 5=Расчетно-графическая работа, 6=Расчетное задание, 7=Эссе, 8=Отчет о практике, 9=Проверочная работа, 10=Индив. задание по ин. яз., 11=Текущее тестирование, 12=Научный доклад, 13=Отчет о науч. исслед., 14=Индивидуальное задание, 15=Практические задания, 16=Работа на занятии. show_status: 0=все, 1=только без отчета, 2=ожидающие проверки, 3=только принятые, 4=только непринятые, 5=все кроме принятых.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| semester | No | ||
| task_type | No | ||
| subject_id | No | ||
| show_status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |