Async results
Retrieve the results or status of a queued search – use GET /search?id=....
get/search/results
Query parameters
idstring uuid required
Example:078fd246-f0f7-44a0-aabb-cadd7b12454f
The identifier returned by the search endpoint of the queued search to retrieve.
Response
The search results or status.
Example response
{
"status": "retrieving"
}