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