---
title: "Get Courses And Topics"
method: GET
path: "/us-onboarding/courses-topics"
tags: ["US Onboarding"]
---

# Get Courses And Topics

`GET /us-onboarding/courses-topics`

Get all course names and their topics for US onboarding.
Requires authentication as a US student.

## Response `200`

Successful Response

- CourseWithTopics[]
  - `course_name` string, required
  - `topics` Topic[], required
    - `topic_name` string, required

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/437cd8414e9e/schema)
