---
title: "GET /v1/courses/{courseId}/courseWorkMaterials"
method: GET
path: "/v1/courses/{courseId}/courseWorkMaterials"
tags: ["courses"]
---

# GET /v1/courses/{courseId}/courseWorkMaterials

`GET /v1/courses/{courseId}/courseWorkMaterials`

Returns a list of course work material that the requester is permitted to view. Course students may only view `PUBLISHED` course work material. Course teachers and domain administrators may view all course work material. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested course does not exist.

## Path parameters

- `courseId` string, required

## Query parameters

- `courseWorkMaterialStates` string[]
- `materialDriveId` string
- `materialLink` string
- `orderBy` string
- `pageSize` integer
- `pageToken` string

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/classroom.md) · [All operations](https://skmtc.net/google/apis/classroom/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/classroom/versions/1b98f151d40b/schema)
