cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/context-graph/api/v1/graph/nodes/search/text \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Search nodes by text pattern in a property.
Body should contain TextSearchRequest:
The body is of type Body · object.
Body · object
Successful Response
Was this page helpful?