classroom_list_courses
List Google Classroom courses with optional filtering by state such as ACTIVE, ARCHIVED, or PROVISIONED. Paginate through results using next page tokens until all courses are fetched.
Instructions
List all Google Classroom courses. Supports filtering by state (ACTIVE, ARCHIVED, PROVISIONED). Returns one page as {items, nextPageToken}; continue until nextPageToken is null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullData | No | ||
| pageSize | No | ||
| pageToken | No | ||
| courseStates | No | ACTIVE, ARCHIVED, PROVISIONED |