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

# List professors

`GET /professors`

Returns list of all professors

## Query parameters

- `name` string
- `course_id` string

## Response `200`

Successful Operation

- Professor[]
  - `name` string — Professor's name on Testudo
  - `taught` object[] — An array of courses taught, along with the semester they were taught
    - `semester` integer
    - `course` string

## Other responses

- `400` — Malformed query parameters
- `404` — No Professors Found

---

[API](https://skmtc.net/umdio/apis/umd-io.md) · [All operations](https://skmtc.net/umdio/apis/umd-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/umdio/umd-io/revisions/c0fac695dd04/schema)
