document_id values. Call this endpoint repeatedly until you have collected all pages.
Endpoint
Authentication
Pass the JWT token fromPOST /v1/bulk/authtoken in the Token request header.
Request headers
JWT access token issued by
POST /v1/bulk/authtoken.Query parameters
The batch identifier returned by POST /bulk/multiupload (e.g.,
"BATCH-69469-BBRSS-20260309081408").Page number to retrieve. Starts at
1.Number of document records to return per page. Maximum is
50.Response
List of extracted document results for this page.
The current page number in the result set.
Number of records returned on this page.
Total number of pages available for this batch.
Total number of documents in this batch.
true if there are more pages after this one.true if there are pages before this one.Error responses
| Status | Meaning |
|---|---|
400 | Bad Request — batch_id is missing or invalid. |
401 | Unauthorized — the token is missing, invalid, or expired. |
Example
If
has_next is true, increment the page parameter and call this endpoint again until you have retrieved all pages.