POST
/
v2
/
search_items
curl --request POST \
  --url http://127.0.0.1:9550/v2/search_items \
  --header 'Content-Type: application/json' \
  --data '{
  "max_files_to_scan": 1,
  "max_results": 1,
  "path": "<string>",
  "search": "<string>"
}'
[
  "<string>"
]

Perform a search operation to find items within the vector file system based on specified criteria.

Body

application/json
max_files_to_scan
integer | null
Required range: x > 0
max_results
integer | null
Required range: x > 0
path
string | null

Response

200
application/json
Successfully searched items

The response is of type string[].