Method: GET http://IP-Address:port/search/(auto|face|vmda|stranger)/GUID/result?offset=0&limit=10
The /search/(auto|face|vmda)/GUID part is a result of the POST command (see Search request).
limit (uint32_t::max() by default) is a maximum number of events returned by the request.
offset (0 by default) is a resulting sample offset.
Returned result depends on the search type. The request can return two successful statuses:
206 – search is not over. Repeat search results requests until status code 200 is returned. Set delays between repeated requests in order to reduce computational burden.
200 – search is over.
Error codes:
400 – incorrect request.
404 – the offset value is greater than current quantity of results or requested search ID (GUID) not found.