Get Batch
You can get a Batch by making making a HTTP GET request to the /batches/BATCH_ID endpoint (where BATCH_ID is the id of the Batch you wish to get).
VALUE SERP will return all information about the Batch, including whether it is currently running and how many Searches and Results Sets the Batch currently has.
Note that the Batch Get endpoint just returns counts of the number of Searches and Result Sets the Batch contains. If you wish to retrieve the actual Searches or Result Sets in the Batch you should use the List Searches and List Result Sets endpoints.
GET /batches/BATCH_ID
In the example below we Get a Batch with id=123456 :
VALUE SERP responds with the following JSON showing all details of the Batch:
Next Steps List Searches List Result Sets