chat-ai
chat_messages

Stream Conversation Turn

Reattach to the conversation's live turn and stream it via SSE.

Behind CHAT_DETACHED_TURNS_V1 a turn runs detached from the request that started it (see send_message). This endpoint replays the active turn's buffered frames from the start and then follows it live to the terminal frame, so a reloaded client resumes the trace instead of waiting blind.

Returns 204 when no turn is currently active for the conversation — the normal case, not an error. Ownership is enforced exactly as send_message: 404 for a conversation the caller does not own.

get/api/v1/chat-ai/conversations/{conversation_id}/stream

Path parameters

conversation_idstring uuid required

Response

The active turn's SSE frames — replay, then live.

{"stackTrail":"paths:/api/v1/chat-ai/conversations/{conversation_id}/stream:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 1 of the 5 revisions of this API.2

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog