Create a CourseWork assignment in Google Classroom and retrieve its student submissions

domain: education · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Call POST https://classroom.googleapis.com/v1/courses/{courseId}/courseWork (courses.courseWork.create) with a CourseWork body; title and workType (e.g. "ASSIGNMENT") are required, everything else optional; requires scope classroom.coursework.students.
  2. Explicitly set state to "PUBLISHED" if you want it visible right away, since an unspecified state creates the CourseWork in draft state.
  3. Call GET https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions (courses.courseWork.studentSubmissions.list) to fetch submissions; pass "-" as courseWorkId to pull submissions across every course work item in the course.
  4. Narrow results with query params userId (numeric id, email, or "me"), states[] (SubmissionState), and late (LATE_ONLY/NOT_LATE_ONLY).
  5. Use scope classroom.coursework.students(.readonly) as a teacher/admin, or classroom.coursework.me(.readonly) as the student themself.

Known gotchas

Related routes

Create coursework and retrieve student submissions via Google Classroom API
classroom.google.com · 5 steps · unrated
Create a course and post coursework via the Google Classroom API
classroom.googleapis.com · 6 steps · unrated
Create a Google Classroom add-on activity attachment that captures a student submission and posts a grade
developers.google.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans