Stream Agentic Search
Streaming agentic search via Server-Sent Events. Returns real-time events as the agent searches.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
readable_id
Request
This endpoint expects an object.
query
Search query text.
thinking
Enable extended thinking / chain-of-thought.
filter
Filter groups (combined with OR).
limit
Max results. None means agent decides.
Response
SSE stream of agentic search events.
started
OR
thinking
OR
tool_call
OR
reranking
OR
done
OR
error