The request is shaped as such, following the get request format that has been followed by the plugin
api/v1/search?search=searchparams&orgid=orgid&page=page&limit=limit
{
status,
message,
prev: 'link to previous search page',
next: 'link to next search page',
count: 'total number of searches',
totalDocumentsonpage: 'total number of documents on page',
result:[]
}The standard is in line with search teams standard.