I'm trying to seach for an artifact using "File List" API http://server:port/api/storage/folder1/folder2?list&deep=1&depth=3&listFolders=1
The actual artifact is inside the sub-folder(lets say, folder3) of folder2. But the response for this api call is like,
{
"uri": "some uri"
"created": "some time stamp"
"files": [ ]
}
file list is empty in the response, but there are many files inside folder 3.