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