Skip to main content
POST
/
api
/
v1
/
context-graph
/
api
/
v1
/
graph
/
nodes
/
search
/
text
Search By Text
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

integration
string | null
skip
integer
default:0
limit
integer
default:100

Body

application/json

The body is of type Body · object.

Response

Successful Response