List Batch Results
Page through a finished batch’s results as JSON instead of downloading the NDJSON files.
Authorizations
Bearer authentication header of the form Bearer <API_KEY>, where <API_KEY> is your api key.
Path Parameters
ID of the batch to retrieve or cancel.
"batch_9f2c8a"
Query Parameters
Records per page. Defaults to 25. A page can close early so its payload stays under ~8 MB; rely on next_cursor rather than counting records.
1 <= x <= 100next_cursor from the previous page.
Response
One page of result records. Keep paging with next_cursor while has_more is true.
Result records on this page.
A page the batch fetched successfully.
- Scraped page
- Failed page
Whether another page is available.
Cursor for the next page.
Metadata about the API key used for the request. Included in every response whenever a valid API key is provided, even when the response status is not 200.