v29

latestOpenAPI 3.1.2raw.githubusercontent.com2026-08-014117755.2 KB
Chats

Resume Chat Stream

Resumes consumption of the active assistant generation as Server-Sent Events. If the latest message has already finished, returns a closing chat-state event. The response is text/event-stream; each event is data: <JSON>\n\n where the JSON conforms to ChatStreamEvent.

post/chats/{chatId}/resume

Path parameters

chatIdstring required

The unique identifier of the chat.

Response

A single Server-Sent Events payload emitted by streaming chat endpoints. Each SSE event is data: <JSON>\n\n where the JSON conforms to one of the union members.