Batch results
Retrieve the status of batch searches.
get/search/batches
Query parameters
idstring uuid required
Example:a0482596-c2ad-445a-a435-727002156a20
The identifier returned by the batch search endpoint of the bulk searches to retrieve.
Response
The batch status.
Example response
{
"id": "a0482596-c2ad-445a-a435-727002156a20",
"status": "retrieving",
"count": 37,
"successful": 37
}