---
title: "Get Course Topic Questions"
method: GET
path: "/us-onboarding/course-topic-questions/{course_name}/{topic_name}"
tags: ["US Onboarding"]
---

# Get Course Topic Questions

`GET /us-onboarding/course-topic-questions/{course_name}/{topic_name}`

Get all questions for a specific course and topic, organized by level.
Requires authentication as a US student.

## Path parameters

- `course_name` string, required
- `topic_name` string, required

## Response `200`

Successful Response

- CourseTopicResponse
  - `course_name` string, required
  - `topic_name` string, required
  - `levels` Level[], required
    - `level` integer, required
    - `title` string, required
    - `questions` string[], required

## Other responses

- `422` — Validation Error

---

[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.dev/excellence-ai/apis/excellence-learning/revisions/c81ed506912f?raw)
