cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/context-graph/api/v1/graph/nodes/search/text \ --header 'Content-Type: application/json' \ --data '{}'
"<any>"
Search nodes by text pattern in a property.
Body should contain TextSearchRequest:
Successful Response
The response is of type any.
any
Was this page helpful?