---
title: "Get Course Status"
method: GET
path: "/my-courses/{course_id}/status"
tags: ["My Courses"]
---

# Get Course Status

`GET /my-courses/{course_id}/status`

Get the current status of a course.

## Path parameters

- `course_id` string, required

## Response `200`

Successful Response

- CourseStatusResponse
  - `status` string, required
  - `error_message` string, nullable

## 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/2a0c1636fd3b?raw)
