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

# GET /v1/courses/{courseId}/courseWork/{courseWorkId}/rubrics

`GET /v1/courses/{courseId}/courseWork/{courseWorkId}/rubrics`

Returns a list of rubrics that the requester is permitted to view. This method returns the following error codes: * `PERMISSION_DENIED` for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested course or course work doesn't exist or if the user doesn't have access to the corresponding course work.

## Path parameters

- `courseId` string, required
- `courseWorkId` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

Successful response

---

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