cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/context-graph/intelligent-search/stream \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Perform streaming AI-powered intelligent graph search with real-time updates.
Returns Server-Sent Events (SSE) stream with:
Enter your Kubiya API token (format: Bearer )
The body is of type Body · object.
Body · object
Successful Response
Was this page helpful?