Skip to main content
GET
List batch scoring jobs

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Query Parameters

from
string<date>
required

Start date (YYYY-MM-DD, organization timezone, inclusive).

to
string<date>
required

End date (YYYY-MM-DD, organization timezone, inclusive).

status
enum<string>

Filter by batch status.

Available options:
pending,
processing,
completed,
completed_with_errors,
failed
page
integer
default:1
page_size
integer
default:50
Required range: x <= 200

Response

Paged batch list.

Last modified on August 22, 2026