List batch scoring jobs
List batch scoring jobs
Lists the batch scoring jobs of your account (newest first), paginated. page starts at 1; page_size defaults to 50 (maximum 200). The from and to date filters (organization timezone, both inclusive) are mandatory. Batches owned by other accounts are never visible (ownership isolation: a batch id from another account returns 404).
GET
List batch scoring jobs
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Query Parameters
Start date (YYYY-MM-DD, organization timezone, inclusive).
End date (YYYY-MM-DD, organization timezone, inclusive).
Filter by batch status.
Available options:
pending, processing, completed, completed_with_errors, failed Required range:
x <= 200Response
Paged batch list.
Last modified on August 22, 2026