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

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

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

Returns a list of students of this course that the requester is permitted to view. This method returns the following error codes: * `NOT_FOUND` if the course does not exist. * `PERMISSION_DENIED` for access errors.

## Path parameters

- `courseId` string, required

## Query parameters

- `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)
