List Result Sets
You can List all of the Result Sets for a Batch by making a HTTP GET request to the /Batches/BATCH_ID/results endpoint (where BATCH_ID is the id of the Batch to get Result Sets for). VALUE SERP retains Result Sets for 14 days so you should download your Result Set data within this 14 day window.
GET /batches/BATCH_ID/results
In the example below we List all of the Result Sets for the Batch with id=123456 :
VALUE SERP responds with the following JSON showing all the Results Sets for the Batch. Note the results array contains a list of all of the Result Sets. The id property of a Result Set should be used with the Get Result Set endpoint to retrieve the actual results within the Result Set.
Note the results array is sorted by the most recently run Result Set first.