---
title: "Stream Chat Response"
method: GET
path: "/chats/{chat_id}/stream"
tags: ["Chats"]
---

# Stream Chat Response

`GET /chats/{chat_id}/stream`

## Path parameters

- `chat_id` string, required

## Query parameters

- `token` string, required
- `session_id` string, nullable
- `exercise_id` string, nullable
- `course_id` string, nullable
- `course_route_kind` 'my_course' | 'assigned_course', nullable
- `cpge_exercise_id` string, nullable
- `teacher_exercise_id` string, nullable
- `assignment_id` string, nullable
- `admin_feedback_id` string, nullable
- `copy_correction_id` string, nullable
- `teacher_exam_id` string, nullable
- `teacher_exam_exercise_id` integer, nullable
- `teacher_course_id` string, nullable
- `teacher_course_unit_id` string, nullable
- `subject` 'maths' | 'physique-chimie', nullable — The matière the student is currently in (from the subject selector). Teachers derive it from their own subject. Defaults to maths.
- `request_id` string, nullable
- `attach_only` boolean

## 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/8d495ed916c6/schema)
