List Batch Jobs
List your batch jobs, most recent first, with cursor-based pagination and optional status
filtering. Job summaries carry the same fields as the job-status endpoint minus the download
links — poll GET /batch/{batch_id} for a specific job to obtain its download_url.
The x-api-version header is not required on this endpoint.
Authorizations
API key passed as a Bearer token in the Authorization header.
Query Parameters
Maximum number of jobs to return per page. Values outside 1-100 are clamped into range.
1 <= x <= 1002
Return only jobs in this status. Any other value returns 400.
pending, processing, completed, failed "completed"
The next_cursor value from the previous page (the batch ID of that page's last job). Omit on the first page.
"afb80886-2f90-45f9-a2c7-db407e227ca8"
Response
Paginated list of batch jobs
Paginated list of batch jobs for the authenticated account, most recent first.

