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.
Path parameters
Response
The active turn's SSE frames — replay, then live.
Changes
Changed in 1 of the 5 revisions of this API.2
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○