---
title: "List courses"
method: GET
path: "/courses/list"
tags: ["courses"]
---

# List courses

`GET /courses/list`

Returns list of all course codes and names

## Response `200`

Successful Operation

- object[]
  - `course_id` string
  - `name` string

## Changes

- **2020-03-31** `b4919cd9fb0d` — 10 warning, 1 info
  - removed the optional property `items/core` from the response with the `200` status
  - removed the optional property `items/credits` from the response with the `200` status
  - removed the optional property `items/department` from the response with the `200` status
  - removed the optional property `items/dept_id` from the response with the `200` status
  - …7 more
- **2020-02-18** `ae6661642f5a` — 1 info
  - endpoint added
- **2019-07-02** `f2f973dd5f11` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/umdio/apis/umd-io/changes/courses/list/get.md)

---

[API](https://skmtc.dev/umdio/apis/umd-io.md) · [All operations](https://skmtc.dev/umdio/apis/umd-io/llms.txt) · [OpenAPI document](https://skmtc.dev/umdio/apis/umd-io/revisions/b4919cd9fb0d?raw)
