Events
Watch one knowledge base build: snapshot first, then progress and status.
progress carries the per-stage counts, status the terminal verdict
(ready, or an error). The same state is readable at any time with
get_kb; this is the live view of it.
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.