Knowledge Copilot Stream
KnowledgeCoPilot’s curation chat for one knowledge base.
Frames: snapshot (the whole conversation, sent first and on every
reconnect), message (one new message), turn (that turn’s lifecycle —
running, done, error, canceled).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
A text/event-stream that stays open. Each frame is event: <name> followed by data: <json>, and the JSON repeats the name in its event field so one value identifies the frame. A line starting : is a keep-alive, sent every 15s so idle proxies do not close the connection. Read it with an SSE client (EventSource, httpx-sse) — the body is never a single JSON document.
The response is of type any.