cURL
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>" ]
x >= 0
Successfully searched items
The response is of type string[].
string[]
Was this page helpful?