---
title: "Resume a chat stream"
method: GET
path: "/api/projects/{projectId}/sessions/{sessionId}/threads/{threadId}/stream"
tags: ["Chat"]
---

# Resume a chat stream

`GET /api/projects/{projectId}/sessions/{sessionId}/threads/{threadId}/stream`

Resume a chat stream. Returns a streaming response for incremental updates.

## Path parameters

- `projectId` string, required
- `sessionId` string, required
- `threadId` string, required

## Query parameters

- `replay` boolean

## Response `200`

Chat SSE stream

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
