---
title: "Stream Custom Course Conversation"
method: GET
path: "/custom-course/{course_id}/conversation/stream"
tags: ["Custom Course"]
---

# Stream Custom Course Conversation

`GET /custom-course/{course_id}/conversation/stream`

Streams GPT's reply for a custom course doc.
Uses conversation_service to get last N messages,
and sse_utils for SSE chunk transformations.

## Path parameters

- `course_id` string, required

## Query parameters

- `token` string, required — JWT Bearer token

## Response `200`

Successful Response

- unknown

## 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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/ef67479ed898/schema)
