Batches
...
Batches API
Batches

Get Batch

4min

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).

Scale 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.



Example

GET /batches/BATCH_ID

In the example below we Get a Batch with id=123456 :

HTTP
Curl
Node.js
Python
PHP


Scale SERP responds with the following JSON showing all details of the Batch:

JSON



Next Steps      List Searches      List Result Sets

Updated 13 Aug 2024
Did this page help you?