Skip to main content
GET
List Batch Jobs
Returns a paginated list of all batch jobs for your account, ordered by most recent first. Item-level results are not included. Use GET /api/batch/scrape/{batchId} to fetch those for a specific batch.

Query Parameters


Response

Job Entry Fields

Pagination Fields


Errors


Get Batch Status

Fetch full results for a specific batch

Submit a Batch

Start a new batch job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1

Page number (1-based)

Required range: x >= 1
limit
integer
default:20

Number of jobs per page. Maximum 50

Required range: 1 <= x <= 50

Response

Paginated list of batch jobs

jobs
object[]
pagination
object