{
"results": [
{
"node_id": "<string>",
"name": "<string>",
"file_path": "<string>",
"content": "<string>",
"match_type": "<string>",
"relevance": 123
}
]
}
{
"results": [
{
"node_id": "<string>",
"name": "<string>",
"file_path": "<string>",
"content": "<string>",
"match_type": "<string>",
"relevance": 123
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.