get_student_group
Retrieve a student group's details by providing its UUID, enabling read access to ClassQuill tutoring-business data.
Instructions
Get Student Group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Student group UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| color | No | ||
| tutor_id | No | ||
| avatar_url | No | ||
| created_at | No | ||
| subject_id | No | ||
| updated_at | No | ||
| student_ids | No | ||
| classroom_id | No | ||
| rate_per_student_cents | No |